public class UnsupportedVersionException extends RuntimeException
| Constructor and Description |
|---|
UnsupportedVersionException()
Default constructor
|
UnsupportedVersionException(String message)
Constructor.
|
UnsupportedVersionException(String message,
Throwable cause)
Cosntructor.
|
UnsupportedVersionException(Throwable cause)
Cosntructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedVersionException()
public UnsupportedVersionException(String message)
message - - message of exceptionpublic UnsupportedVersionException(Throwable cause)
cause - - root cause of exceptionCopyright © 2012. All Rights Reserved.