Serializable
public class IoFilterLifeCycleException extends RuntimeException
RuntimeException
which is thrown when IoFilter.init()
or IoFilter.onPostAdd(IoFilterChain, String, org.apache.mina.core.filterchain.IoFilter.NextFilter)
failed.Constructor | Description |
---|---|
IoFilterLifeCycleException() |
|
IoFilterLifeCycleException(String message) |
|
IoFilterLifeCycleException(String message,
Throwable cause) |
|
IoFilterLifeCycleException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2004–2018 Apache MINA Project. All rights reserved.