Class ProtocolEncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.mina.filter.codec.ProtocolCodecException
org.apache.mina.filter.codec.ProtocolEncoderException
- All Implemented Interfaces:
Serializable
An exception that is thrown when
ProtocolEncoder
cannot understand or failed to validate the specified message object.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance.ProtocolEncoderException(String message) Constructs a new instance with the specified message.ProtocolEncoderException(String message, Throwable cause) Constructs a new instance with the specified message and the specified cause.Constructs a new instance with the specified cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ProtocolEncoderException
public ProtocolEncoderException()Constructs a new instance. -
ProtocolEncoderException
Constructs a new instance with the specified message.- Parameters:
message- The detail message
-
ProtocolEncoderException
Constructs a new instance with the specified cause.- Parameters:
cause- The Exception's cause
-
ProtocolEncoderException
-