public class UnknownMessageTypeException extends RuntimeException
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.Constructor and Description |
---|
UnknownMessageTypeException() |
UnknownMessageTypeException(String message) |
UnknownMessageTypeException(String message,
Throwable cause) |
UnknownMessageTypeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2004–2015 Apache MINA Project. All rights reserved.