Class SecretConfigurationException

All Implemented Interfaces:
Serializable

@EvolvingAll public class SecretConfigurationException extends SecretException
An exception that occured when reading the configuration of the secret API.
Since:
AM 6.5.0
See Also:
  • Constructor Details

    • SecretConfigurationException

      public SecretConfigurationException(String message)
      Construct a new exception.
      Parameters:
      message - The message.
    • SecretConfigurationException

      public SecretConfigurationException(String message, Throwable cause)
      Constructs the configuration exception with the given message and cause.
      Parameters:
      message - the message.
      cause - the cause.