org.apache.mina.filter.codec
Class ProtocolEncoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.mina.filter.codec.ProtocolCodecException
              extended by org.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: 451854 $, $Date: 2006-10-02 11:30:11 +0900 (월, 02 10월 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.
 
Method Summary
 
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.