Package org.apache.mina.common
Class IoFilterLifeCycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.common.IoFilterLifeCycleException
-
- All Implemented Interfaces:
java.io.Serializable
public class IoFilterLifeCycleException extends java.lang.RuntimeExceptionARuntimeExceptionwhich is thrown whenIoFilter.init()orIoFilter.onPostAdd(IoFilterChain, String, org.apache.mina.common.IoFilter.NextFilter)failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IoFilterLifeCycleException()IoFilterLifeCycleException(java.lang.String message)IoFilterLifeCycleException(java.lang.String message, java.lang.Throwable cause)IoFilterLifeCycleException(java.lang.Throwable cause)
-
-
-
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)
-
-