org.apache.qpid.transport
Class SessionException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SessionClosedException

public class SessionException
extends TransportException

SessionException

See Also:
Serialized Form

Constructor Summary
SessionException(ExecutionException exception)
           
SessionException(String message)
           
SessionException(String message, ExecutionException exception, Throwable cause)
           
 
Method Summary
 ExecutionException getException()
           
 void rethrow()
           
 
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

SessionException

public SessionException(String message,
                        ExecutionException exception,
                        Throwable cause)

SessionException

public SessionException(ExecutionException exception)

SessionException

public SessionException(String message)
Method Detail

getException

public ExecutionException getException()

rethrow

public void rethrow()
Overrides:
rethrow in class TransportException


Licensed to the Apache Software Foundation