Class UnknownSessionException

All Implemented Interfaces:
Serializable

Exception thrown when attempting to interact with the system under the pretense of a particular session (e.g. under a specific session id), and that session does not exist in the system.
Since:
0.1
See Also:
  • Constructor Details

    • UnknownSessionException

      Creates a new UnknownSessionException.
    • UnknownSessionException

      Constructs a new UnknownSessionException.
      Parameters:
      message - the reason for the exception
    • UnknownSessionException

      Constructs a new UnknownSessionException.
      Parameters:
      cause - the underlying Throwable that caused this exception to be thrown.
    • UnknownSessionException

      public UnknownSessionException(String message, Throwable cause)
      Constructs a new UnknownSessionException.
      Parameters:
      message - the reason for the exception
      cause - the underlying Throwable that caused this exception to be thrown.