Class VncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shinyhut.vernacular.client.exceptions.VncException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationFailedException,AuthenticationRequiredException,HandshakingFailedException,InvalidMessageException,NoSupportedSecurityTypesException,UnexpectedVncException,UnknownMessageTypeException,UnsupportedEncodingException,UnsupportedProtocolVersionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVncException(String message) VncException(String message, Throwable cause) VncException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VncException
public VncException() -
VncException
-
VncException
-
VncException
-