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()public SessionException(String description)
description - the exception messageRuntimeException(String)public SessionException(Throwable cause)
cause - the exception causeRuntimeException(Throwable)public SessionException(String description, Throwable cause)
description - of the exceptioncause - of the exceptionRuntimeException(String, Throwable)Copyright © 2025 DiffusionData Limited. All rights reserved.