public class ProtocolCodecException extends Exception
ProtocolEncoder
or
ProtocolDecoder
cannot understand or failed to validate
data to process.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolCodecException()
public ProtocolCodecException(String message)
message
- The detail messagepublic ProtocolCodecException(Throwable cause)
cause
- The Exception's causepublic ProtocolCodecException(String message, Throwable cause)
message
- The detail messagecause
- The Exception's causeCopyright © 2004–2016 Apache MINA Project. All rights reserved.