org.apache.mina.core.filterchain
Class IoFilterLifeCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.