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
public abstract class VncException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VncException()VncException(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
-
-