Package org.jboss.netty.channel
Class ChannelHandlerLifeCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.netty.channel.ChannelHandlerLifeCycleException
- All Implemented Interfaces:
Serializable
A
RuntimeException
which is thrown when a
LifeCycleAwareChannelHandler
throws an Exception
in its handler methods.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception.ChannelHandlerLifeCycleException
(String message) Creates a new exception.ChannelHandlerLifeCycleException
(String message, Throwable cause) Creates a new exception.Creates a new exception. -
Method Summary
Methods inherited from class java.lang.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
-
ChannelHandlerLifeCycleException
public ChannelHandlerLifeCycleException()Creates a new exception. -
ChannelHandlerLifeCycleException
Creates a new exception. -
ChannelHandlerLifeCycleException
Creates a new exception. -
ChannelHandlerLifeCycleException
Creates a new exception.
-