org.apache.mina.filter.codec
Class ProtocolCodecException
Exception
org.apache.mina.filter.codec.ProtocolCodecException
public class ProtocolCodecException
extends Exception
ProtocolCodecException
public ProtocolCodecException()
Constructs a new instance.
ProtocolCodecException
public ProtocolCodecException(String message)
Constructs a new instance with the specified message.
ProtocolCodecException
public ProtocolCodecException(String message,
Throwable cause)
Constructs a new instance with the specified message and the specified
cause.
ProtocolCodecException
public ProtocolCodecException(Throwable cause)
Constructs a new instance with the specified cause.