Class UnknownMessageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realtime.crossfire.jxclient.protocol.UnknownMessageTypeException
- All Implemented Interfaces:
Serializable
An exception that is thrown if an undefined message type occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownMessageTypeException(@NotNull String messageType) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownMessageTypeException
Creates a new instance.- Parameters:
messageType- the undefined message type
-