org.apache.qpid.transport
Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.transport.TransportException
org.apache.qpid.transport.SessionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SessionClosedException
public class SessionException
- extends TransportException
SessionException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SessionException
public SessionException(String message,
ExecutionException exception,
Throwable cause)
SessionException
public SessionException(ExecutionException exception)
SessionException
public SessionException(String message)
getException
public ExecutionException getException()
rethrow
public void rethrow()
- Overrides:
rethrow
in class TransportException
Licensed to the Apache Software Foundation