public class InvalidSessionException extends Exception
Constructor and Description |
---|
InvalidSessionException()
Constructs a specific exception message.
|
InvalidSessionException(String msg)
Constructs an exception returned when a session is not present.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidSessionException(String msg)
msg
- a String
with an error message
to display with the exceptionpublic InvalidSessionException()
Copyright © 2003, 2023, Oracle and/or its affiliates.