public class StoppedSessionException extends InvalidSessionException
| Constructor and Description |
|---|
StoppedSessionException()
Creates a new StoppedSessionException.
|
StoppedSessionException(String message)
Constructs a new StoppedSessionException.
|
StoppedSessionException(String message,
Throwable cause)
Constructs a new StoppedSessionException.
|
StoppedSessionException(Throwable cause)
Constructs a new StoppedSessionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StoppedSessionException()
public StoppedSessionException(String message)
message - the reason for the exceptionpublic StoppedSessionException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.