public abstract class SessionException extends RuntimeException
Session
failure that prevented an operation from being attempted.
A SessionException
may be thrown by any of the API methods that
interact with the server.
Modifier | Constructor and Description |
---|---|
protected |
SessionException() |
protected |
SessionException(String description) |
protected |
SessionException(String description,
Throwable cause) |
protected |
SessionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SessionException()
RuntimeException.RuntimeException()
protected SessionException(String description)
description
- the exception messageRuntimeException.RuntimeException(String)
protected SessionException(Throwable cause)
cause
- the exception causeRuntimeException.RuntimeException(Throwable)
protected SessionException(String description, Throwable cause)
description
- of the exceptioncause
- of the exceptionRuntimeException.RuntimeException(String, Throwable)
Copyright © 2016 Push Technology Ltd. All Rights Reserved.