org.apache.mina.core.filterchain
Class IoFilterLifeCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.core.filterchain.IoFilterLifeCycleException
All Implemented Interfaces:
java.io.Serializable

public class IoFilterLifeCycleException
extends java.lang.RuntimeException

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

Author:
Apache MINA Project
See Also:
Serialized Form

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

IoFilterLifeCycleException

public IoFilterLifeCycleException()

IoFilterLifeCycleException

public IoFilterLifeCycleException(java.lang.String message)

IoFilterLifeCycleException

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

IoFilterLifeCycleException

public IoFilterLifeCycleException(java.lang.Throwable cause)