Class SessionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SessionNotFoundException

public class SessionException extends AbstractCheckedException
Thrown when an error occurred acting on a session.
See Also:
  • Constructor Details

    • SessionException

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