public class ProtocolDecoderException extends ProtocolCodecException
ProtocolDecoder
cannot understand or failed to validate the specified IoBuffer
content.Constructor and 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 and Description |
---|---|
String |
getHexdump() |
String |
getMessage() |
void |
setHexdump(String hexdump)
Sets the hexdump of the unknown message part.
|
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 ProtocolDecoderException(String message, Throwable cause)
message
- The detail messagecause
- 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–2016 Apache MINA Project. All rights reserved.