Class CredentialsException

    • Constructor Detail

      • CredentialsException

        public CredentialsException()
        Creates a new CredentialsException.
      • CredentialsException

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

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

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