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 fromSecretManager.getSecretInfo(String, java.util.Map)to indicate that there was an error retrieving the secret.- Since:
- 11.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretManagerException()SecretManagerException(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
-
-