public class SessionException extends TransportException
| Constructor and Description |
|---|
SessionException(ExecutionException exception) |
SessionException(String message) |
SessionException(String message,
ExecutionException exception,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionException |
getException() |
void |
rethrow() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionException(String message, ExecutionException exception, Throwable cause)
public SessionException(ExecutionException exception)
public SessionException(String message)
public ExecutionException getException()
public void rethrow()
rethrow in class TransportExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.