|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.mina.filter.codec.ProtocolCodecException
org.apache.mina.filter.codec.ProtocolDecoderException
public class ProtocolDecoderException
An exception that is thrown when ProtocolDecoder
cannot understand or failed to validate the specified ByteBuffer
content.
Constructor Summary | |
---|---|
ProtocolDecoderException()
Constructs a new instance. |
|
ProtocolDecoderException(java.lang.String message)
Constructs a new instance with the specified message. |
|
ProtocolDecoderException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the specified message and the specified cause. |
|
ProtocolDecoderException(java.lang.Throwable cause)
Constructs a new instance with the specified cause. |
Method Summary | |
---|---|
java.lang.String |
getHexdump()
Returns the hexdump of the unknown message part. |
java.lang.String |
getMessage()
Returns the message and the hexdump of the unknown part. |
void |
setHexdump(java.lang.String hexdump)
Sets the hexdump of the unknown message part. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProtocolDecoderException()
public ProtocolDecoderException(java.lang.String message)
public ProtocolDecoderException(java.lang.Throwable cause)
public ProtocolDecoderException(java.lang.String message, java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getHexdump()
public void setHexdump(java.lang.String hexdump)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |