Class InvalidSessionException

    • Constructor Detail

      • InvalidSessionException

        public InvalidSessionException()
        Creates a new InvalidSessionException.
      • InvalidSessionException

        public InvalidSessionException​(String message)
        Constructs a new InvalidSessionException.
        Parameters:
        message - the reason for the exception
      • InvalidSessionException

        public InvalidSessionException​(Throwable cause)
        Constructs a new InvalidSessionException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • InvalidSessionException

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