Class SessionNotFoundException

All Implemented Interfaces:
Serializable

public class SessionNotFoundException extends SessionException
Thrown when the session is not found.
See Also:
  • Constructor Details

    • SessionNotFoundException

      public SessionNotFoundException(String message)
      The constructor specifying detailed message about the exception.
      Parameters:
      message - The detailed message about the exception.