org.apache.mina.common
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.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)
           
 
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(String message)

IoFilterLifeCycleException

public IoFilterLifeCycleException(String message,
                                  Throwable cause)

IoFilterLifeCycleException

public IoFilterLifeCycleException(Throwable cause)


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.