Class ProtocolCodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.mina.filter.codec.ProtocolCodecException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProtocolDecoderException, ProtocolEncoderException

public class ProtocolCodecException extends Exception
An exception that is thrown when ProtocolEncoder or ProtocolDecoder cannot understand or failed to validate data to process.
See Also:
  • Constructor Details

    • ProtocolCodecException

      public ProtocolCodecException()
      Constructs a new instance.
    • ProtocolCodecException

      public ProtocolCodecException(String message)
      Constructs a new instance with the specified message.
    • ProtocolCodecException

      public ProtocolCodecException(Throwable cause)
      Constructs a new instance with the specified cause.
    • ProtocolCodecException

      public ProtocolCodecException(String message, Throwable cause)
      Constructs a new instance with the specified message and the specified cause.