quickfix.mina
Class CriticalProtocolCodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.mina.filter.codec.ProtocolCodecException
              extended by quickfix.mina.CriticalProtocolCodecException
All Implemented Interfaces:
java.io.Serializable

public class CriticalProtocolCodecException
extends org.apache.mina.filter.codec.ProtocolCodecException

This type of exception usually requires a disconnect of the connection.

See Also:
Serialized Form

Constructor Summary
CriticalProtocolCodecException()
           
CriticalProtocolCodecException(java.lang.String message)
           
CriticalProtocolCodecException(java.lang.String message, java.lang.Throwable cause)
           
CriticalProtocolCodecException(java.lang.Throwable 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

CriticalProtocolCodecException

public CriticalProtocolCodecException()

CriticalProtocolCodecException

public CriticalProtocolCodecException(java.lang.String message,
                                      java.lang.Throwable cause)

CriticalProtocolCodecException

public CriticalProtocolCodecException(java.lang.String message)

CriticalProtocolCodecException

public CriticalProtocolCodecException(java.lang.Throwable cause)