|
|||||||||
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
public class 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(java.lang.String message)
Constructs a new instance with the specified message. |
|
ProtocolCodecException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the specified message and the specified cause. |
|
ProtocolCodecException(java.lang.Throwable cause)
Constructs a new instance with the specified cause. |
Method Summary |
---|
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(java.lang.String message)
public ProtocolCodecException(java.lang.Throwable cause)
public ProtocolCodecException(java.lang.String message, java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |