Package org.apache.mina.handler.demux
Class UnknownMessageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.handler.demux.UnknownMessageTypeException
- All Implemented Interfaces:
Serializable
An exception that is thrown when
DemuxingIoHandler
cannot find any MessageHandler
s associated with the specific
message type. You have to use
DemuxingIoHandler.addMessageHandler(Class, MessageHandler)
to associate a message type and a message handler.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownMessageTypeException
(String message) UnknownMessageTypeException
(String message, 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
-
UnknownMessageTypeException
public UnknownMessageTypeException() -
UnknownMessageTypeException
-
UnknownMessageTypeException
-
UnknownMessageTypeException
-