Serializablepublic class ProtocolEncoderException extends ProtocolCodecException
ProtocolEncoder
cannot understand or failed to validate the specified message object.| Constructor | Description |
|---|---|
ProtocolEncoderException() |
Constructs a new instance.
|
ProtocolEncoderException(String message) |
Constructs a new instance with the specified message.
|
ProtocolEncoderException(String message,
Throwable cause) |
Constructs a new instance with the specified message and the specified
cause.
|
ProtocolEncoderException(Throwable cause) |
Constructs a new instance with the specified cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolEncoderException()
public ProtocolEncoderException(String message)
message - The detail messagepublic ProtocolEncoderException(Throwable cause)
cause - The Exception's causeCopyright © 2004–2018 Apache MINA Project. All rights reserved.