public class SessionException extends RuntimeException
Session specific
failure.
A SessionException may result from any of the API methods that
interact with the server.
| Constructor and Description |
|---|
SessionException() |
SessionException(String description) |
SessionException(String description,
Throwable cause) |
SessionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionException()
RuntimeException.RuntimeException()public SessionException(String description)
description - the exception messageRuntimeException.RuntimeException(String)public SessionException(Throwable cause)
cause - the exception causeRuntimeException.RuntimeException(Throwable)public SessionException(String description, Throwable cause)
description - of the exceptioncause - of the exceptionRuntimeException.RuntimeException(String, Throwable)Copyright © 2024 DiffusionData Limited. All rights reserved.