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, toString
public 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.public StoppedSessionException(String message, Throwable cause)
message
- the reason for the exceptioncause
- the underlying Throwable that caused this exception to be thrown.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.