Serializable
RecoverableProtocolDecoderException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolDecoderException()
public ProtocolDecoderException(String message)
message
- The detail messagepublic ProtocolDecoderException(Throwable cause)
cause
- The Exception's causepublic String getMessage()
getMessage
in class Throwable
public String getHexdump()
public void setHexdump(String hexdump)
hexdump
- The hexadecimal String representation of the messageCopyright © 2004–2018 Apache MINA Project. All rights reserved.