org.apache.mina.filter.codec
Class ProtocolEncoderException
public class ProtocolEncoderException
An exception that is thrown when
ProtocolEncoder
cannot understand or failed to validate the specified message object.
ProtocolEncoderException
public ProtocolEncoderException()
Constructs a new instance.
ProtocolEncoderException
public ProtocolEncoderException(String message)
Constructs a new instance with the specified message.
ProtocolEncoderException
public ProtocolEncoderException(String message,
Throwable cause)
Constructs a new instance with the specified message and the specified
cause.
ProtocolEncoderException
public ProtocolEncoderException(Throwable cause)
Constructs a new instance with the specified cause.