Class SecretManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pingidentity.sdk.secretmanager.SecretManagerException
All Implemented Interfaces:
Serializable

public class SecretManagerException extends Exception
An exception that can be thrown from SecretManager.getSecretInfo(String, java.util.Map) to indicate that there was an error retrieving the secret.
Since:
11.0
See Also:
  • Constructor Details

    • SecretManagerException

      public SecretManagerException()
    • SecretManagerException

      public SecretManagerException(String message)
    • SecretManagerException

      public SecretManagerException(Throwable cause)
    • SecretManagerException

      public SecretManagerException(String message, Throwable cause)