org.jboss.netty.channel
Class ChannelHandlerLifeCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.netty.channel.ChannelHandlerLifeCycleException
All Implemented Interfaces:
Serializable

public class ChannelHandlerLifeCycleException
extends RuntimeException

A RuntimeException which is thrown when a LifeCycleAwareChannelHandler throws an Exception in its handler methods.

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelHandlerLifeCycleException

public ChannelHandlerLifeCycleException()
Creates a new exception.


ChannelHandlerLifeCycleException

public ChannelHandlerLifeCycleException(String message,
                                        Throwable cause)
Creates a new exception.


ChannelHandlerLifeCycleException

public ChannelHandlerLifeCycleException(String message)
Creates a new exception.


ChannelHandlerLifeCycleException

public ChannelHandlerLifeCycleException(Throwable cause)
Creates a new exception.



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.