SerializableRecoverableProtocolDecoderExceptionpublic class ProtocolDecoderException extends ProtocolCodecException
ProtocolDecoder
cannot understand or failed to validate the specified IoBuffer
content.| Constructor | Description |
|---|---|
ProtocolDecoderException() |
Constructs a new instance.
|
ProtocolDecoderException(String message) |
Constructs a new instance with the specified message.
|
ProtocolDecoderException(String message,
Throwable cause) |
Constructs a new instance with the specified message and the specified
cause.
|
ProtocolDecoderException(Throwable cause) |
Constructs a new instance with the specified cause.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHexdump() |
|
String |
getMessage() |
|
void |
setHexdump(String hexdump) |
Sets the hexdump of the unknown message part.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolDecoderException()
public ProtocolDecoderException(String message)
message - The detail messagepublic ProtocolDecoderException(Throwable cause)
cause - The Exception's causepublic String getMessage()
getMessage in class Throwablepublic String getHexdump()
public void setHexdump(String hexdump)
hexdump - The hexadecimal String representation of the messageCopyright © 2004–2018 Apache MINA Project. All rights reserved.