|
|||||||||||
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
An exception that is thrown when ProtocolEncoder
or
ProtocolDecoder
cannot understand or failed to validate
data to process.
Constructor Summary | |
ProtocolCodecException()
Constructs a new instance. |
|
ProtocolCodecException(String message)
Constructs a new instance with the specified message. |
|
ProtocolCodecException(String message,
Throwable cause)
Constructs a new instance with the specified message and the specified cause. |
|
ProtocolCodecException(Throwable cause)
Constructs a new instance with the specified cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 ProtocolCodecException()
public ProtocolCodecException(String message)
public ProtocolCodecException(Throwable cause)
public ProtocolCodecException(String message, Throwable cause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |