Package org.apache.mina.filter.codec
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:
-
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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtocolEncoderException
public ProtocolEncoderException()Constructs a new instance. -
ProtocolEncoderException
Constructs a new instance with the specified message. -
ProtocolEncoderException
Constructs a new instance with the specified cause. -
ProtocolEncoderException
Constructs a new instance with the specified message and the specified cause.
-