Class InvalidSessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.web.InvalidSessionException
All Implemented Interfaces:
Serializable

public class InvalidSessionException extends Exception
Returns an exception when a session is not present.
See Also:
  • Constructor Details

    • InvalidSessionException

      public InvalidSessionException(String msg)
      Constructs an exception returned when a session is not present.
      Parameters:
      msg - a String with an error message to display with the exception
    • InvalidSessionException

      public InvalidSessionException()
      Constructs a specific exception message.