org.apache.mina.common
Class IoFilterLifeCycleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.mina.common.IoFilterLifeCycleException
All Implemented Interfaces:
Serializable

public class IoFilterLifeCycleException
extends RuntimeException

A RuntimeException which is thrown when IoFilter.init() or IoFilter.onPostAdd(IoFilterChain, String, org.apache.mina.common.IoFilter.NextFilter) failed.

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
IoFilterLifeCycleException()
           
IoFilterLifeCycleException(String message)
           
IoFilterLifeCycleException(String message, Throwable cause)
           
IoFilterLifeCycleException(Throwable 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

IoFilterLifeCycleException

public IoFilterLifeCycleException()

IoFilterLifeCycleException

public IoFilterLifeCycleException(String message)

IoFilterLifeCycleException

public IoFilterLifeCycleException(String message,
                                  Throwable cause)

IoFilterLifeCycleException

public IoFilterLifeCycleException(Throwable cause)