Uses of Class
org.apache.mina.filter.codec.ProtocolCodecException

Packages that use ProtocolCodecException
org.apache.mina.filter.codec Filter implementations that helps you to implement complex protocols via 'codec' concept. 
 

Uses of ProtocolCodecException in org.apache.mina.filter.codec
 

Subclasses of ProtocolCodecException in org.apache.mina.filter.codec
 class ProtocolDecoderException
          An exception that is thrown when ProtocolDecoder cannot understand or failed to validate the specified IoBuffer content.
 class ProtocolEncoderException
          An exception that is thrown when ProtocolEncoder cannot understand or failed to validate the specified message object.
 class RecoverableProtocolDecoderException
          A special exception that tells the ProtocolDecoder can keep decoding even after this exception is thrown.