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, toString
public SessionException(String message, ExecutionException exception, Throwable cause)
public SessionException(ExecutionException exception)
public SessionException(String message)
public ExecutionException getException()
public void rethrow()
rethrow
in class TransportException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.