Class SessionNotFoundException

All Implemented Interfaces:
Serializable

public class SessionNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • SessionNotFoundException

      public SessionNotFoundException()
    • SessionNotFoundException

      public SessionNotFoundException(String message)
    • SessionNotFoundException

      public SessionNotFoundException(String message, Throwable cause)
    • SessionNotFoundException

      public SessionNotFoundException(Throwable cause)
    • SessionNotFoundException

      public SessionNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)