Class AuthenticationException

    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String msg)
        Create a new AuthenticationException object
        Parameters:
        msg - The error message
      • AuthenticationException

        public AuthenticationException​(Throwable cause)
        Create a new AuthenticationException object
        Parameters:
        cause - Another exception which is the cause of the error
      • AuthenticationException

        public AuthenticationException​(String msg,
                                       Throwable cause)
        Create a new AuthenticationException object
        Parameters:
        msg - The error message
        Since:
        3.0