Class IoFilterLifeCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.core.filterchain.IoFilterLifeCycleException
- All Implemented Interfaces:
Serializable
A
RuntimeException which is thrown when IoFilter.init()
or IoFilter.onPostAdd(IoFilterChain, String, org.apache.mina.core.filterchain.IoFilter.NextFilter)
failed.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new IoFilterLifeCycleException instanceIoFilterLifeCycleException(String message) Creates a new IoFilterLifeCycleException instanceIoFilterLifeCycleException(String message, Throwable cause) Creates a new IoFilterLifeCycleException instanceCreates a new IoFilterLifeCycleException instance -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IoFilterLifeCycleException
public IoFilterLifeCycleException()Creates a new IoFilterLifeCycleException instance -
IoFilterLifeCycleException
Creates a new IoFilterLifeCycleException instance- Parameters:
message- The error message
-
IoFilterLifeCycleException
-
IoFilterLifeCycleException
Creates a new IoFilterLifeCycleException instance- Parameters:
cause- The original error cause
-