Class SessionException

    • Constructor Detail

      • SessionException

        public SessionException()
        Creates a new SessionException.
      • SessionException

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

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

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