public class VersionNotSupportedException extends RuntimeException
Constructor and Description |
---|
VersionNotSupportedException()
Constructs a new runtime exception with null as its detail message,
and no specific cause.
|
VersionNotSupportedException(String message)
Constructs a new runtime exception with the specified detail message,
and no specific cause.
|
VersionNotSupportedException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message,
and the given cause.
|
VersionNotSupportedException(Throwable cause)
Constructs a new runtime exception with null as its detail message,
but with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VersionNotSupportedException()
public VersionNotSupportedException(String message, Throwable cause)
message
- the detail messagecause
- the underlying causepublic VersionNotSupportedException(String message)
message
- the detail messagepublic VersionNotSupportedException(Throwable cause)
cause
- the underlying causeCopyright © 2015. All Rights Reserved.