Class AuthenticationException

    • Constructor Detail

      • AuthenticationException

        public AuthenticationException()
        Creates a new AuthenticationException.
      • AuthenticationException

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

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

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