Class AuthenticationException

    • Constructor Summary

      Constructors 
      Constructor Description
      AuthenticationException()
      Creates a new AuthenticationException.
       message)
      Constructs a new AuthenticationException.
       message,  cause)
      Constructs a new AuthenticationException.
       cause)
      Constructs a new AuthenticationException.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException()
        Creates a new AuthenticationException.
      • AuthenticationException

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

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

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