org.neociclo.odetteftp.netty.codec
Class StbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.netty.channel.ChannelException
                  extended by org.neociclo.odetteftp.netty.codec.StbException
All Implemented Interfaces:
Serializable

public class StbException
extends org.jboss.netty.channel.ChannelException

Version:
$Rev: 411 $ $Date: 2010-06-21 11:55:04 -0300 (Mon, 21 Jun 2010) $
Author:
Rafael Marins
See Also:
Serialized Form

Constructor Summary
StbException()
           
StbException(String message)
           
StbException(String message, Throwable cause)
           
StbException(Throwable cause)
           
 
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

StbException

public StbException()

StbException

public StbException(String message)

StbException

public StbException(Throwable cause)

StbException

public StbException(String message,
                    Throwable cause)


ACCORD