org.apache.mina.filter.codec
Class ProtocolEncoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.mina.filter.codec.ProtocolCodecException
              extended byorg.apache.mina.filter.codec.ProtocolEncoderException
All Implemented Interfaces:
Serializable

public class ProtocolEncoderException
extends ProtocolCodecException

An exception that is thrown when ProtocolEncoder cannot understand or failed to validate the specified message object.

Version:
$Rev: 436993 $, $Date: 2006-08-26 00:36:56 +0200 (Sat, 26 Aug 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)
See Also:
Serialized Form

Constructor Summary
ProtocolEncoderException()
          Constructs 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.
ProtocolEncoderException(Throwable cause)
          Constructs a new instance with the specified cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolEncoderException

public ProtocolEncoderException()
Constructs a new instance.


ProtocolEncoderException

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


ProtocolEncoderException

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


ProtocolEncoderException

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