Class UnsupportedProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shinyhut.vernacular.client.exceptions.VncException
com.shinyhut.vernacular.client.exceptions.UnsupportedProtocolVersionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedProtocolVersionException(int serverMajor, int serverMinor, int minMajor, int minMinor) -
Method Summary
Modifier and TypeMethodDescriptionintintintintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serverMajor
private final int serverMajor -
serverMinor
private final int serverMinor -
requiredMajor
private final int requiredMajor -
requiredMinor
private final int requiredMinor
-
-
Constructor Details
-
UnsupportedProtocolVersionException
public UnsupportedProtocolVersionException(int serverMajor, int serverMinor, int minMajor, int minMinor)
-
-
Method Details
-
getServerMajor
public int getServerMajor() -
getServerMinor
public int getServerMinor() -
getRequiredMajor
public int getRequiredMajor() -
getRequiredMinor
public int getRequiredMinor()
-