Class CredentialsException

    • Constructor Summary

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

      • Methods inherited from class java.lang.

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

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

      • CredentialsException

        public CredentialsException()
        Creates a new CredentialsException.
      • CredentialsException

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

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

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