Class CredentialsNotAvailableException

    • Constructor Detail

      • CredentialsNotAvailableException

        public CredentialsNotAvailableException()
        Deprecated.
        Creates a new CredentialsNotAvailableException with a null detail message.
      • CredentialsNotAvailableException

        public CredentialsNotAvailableException​(String message)
        Deprecated.
        Creates a new CredentialsNotAvailableException with the specified message.
        Parameters:
        message - the exception detail message
      • CredentialsNotAvailableException

        public CredentialsNotAvailableException​(String message,
                                                Throwable cause)
        Deprecated.
        Creates a new CredentialsNotAvailableException with the specified detail message and cause.
        Parameters:
        message - the exception detail message
        cause - the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable