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:
Serializable
A
RuntimeException
which is thrown when IoFilter.init()
or IoFilter.onPostAdd(IoFilterChain, String, org.apache.mina.common.IoFilter.NextFilter)
failed.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIoFilterLifeCycleException
(String message) IoFilterLifeCycleException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IoFilterLifeCycleException
public IoFilterLifeCycleException() -
IoFilterLifeCycleException
-
IoFilterLifeCycleException
-
IoFilterLifeCycleException
-