org.apache.qpid.transport
Class SessionClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.transport.TransportException
                  extended by org.apache.qpid.transport.SessionException
                      extended by org.apache.qpid.transport.SessionClosedException
All Implemented Interfaces:
Serializable

public class SessionClosedException
extends SessionException

SessionClosedException

See Also:
Serialized Form

Constructor Summary
SessionClosedException()
           
SessionClosedException(Throwable cause)
           
 
Method Summary
 void rethrow()
           
 
Methods inherited from class org.apache.qpid.transport.SessionException
getException
 
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

SessionClosedException

public SessionClosedException()

SessionClosedException

public SessionClosedException(Throwable cause)
Method Detail

rethrow

public void rethrow()
Overrides:
rethrow in class SessionException


Licensed to the Apache Software Foundation