Class SecretManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pingidentity.sdk.secretmanager.SecretManagerException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionSecretManagerException(String message) SecretManagerException(String message, Throwable cause) SecretManagerException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecretManagerException
public SecretManagerException() -
SecretManagerException
-
SecretManagerException
-
SecretManagerException
-