public class ChannelHandlerLifeCycleException extends RuntimeException
RuntimeException
which is thrown when a
LifeCycleAwareChannelHandler
throws an Exception
in its handler methods.Constructor and Description |
---|
ChannelHandlerLifeCycleException()
Creates a new exception.
|
ChannelHandlerLifeCycleException(String message)
Creates a new exception.
|
ChannelHandlerLifeCycleException(String message,
Throwable cause)
Creates a new exception.
|
ChannelHandlerLifeCycleException(Throwable cause)
Creates a new exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChannelHandlerLifeCycleException()
public ChannelHandlerLifeCycleException(String message, Throwable cause)
public ChannelHandlerLifeCycleException(String message)
public ChannelHandlerLifeCycleException(Throwable cause)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.