public class SessionTerminationException extends ApplicationApiException
ReadSession if it cannot be
terminated properly.| Constructor and Description |
|---|
SessionTerminationException(String message)
Create a new instance with a message.
|
SessionTerminationException(String message,
Throwable cause)
Create a new instance with a message and a cause.
|
SessionTerminationException(Throwable cause)
Create a new instance with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionTerminationException(String message, Throwable cause)
message - the description of the failure.cause - the underlying cause of the failure.public SessionTerminationException(String message)
message - the description of the failure.public SessionTerminationException(Throwable cause)
cause - the underlying cause of the failure.
Copyright (C) 2014, Center for Open Middleware