Class ExpiredSessionException

    • Constructor Detail

      • ExpiredSessionException

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

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

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