Package com.portal.web
Class InvalidSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.web.InvalidSessionException
- All Implemented Interfaces:
Serializable
Returns an exception when a session is not present.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a specific exception message.Constructs an exception returned when a session is not present. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSessionException
Constructs an exception returned when a session is not present.- Parameters:
msg
- aString
with an error message to display with the exception
-
InvalidSessionException
public InvalidSessionException()Constructs a specific exception message.
-