Package com.atlassian.secrets.api
Class SecretStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.secrets.api.SecretStoreException
- All Implemented Interfaces:
Serializable
Deprecated.
since 4.0.0
Exception thrown when there is a problem with a secret store.
It can indicate problems with loading or saving the information into the secret store.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecretStoreException(String message) Deprecated.SecretStoreException(String message, Throwable cause) Deprecated.SecretStoreException(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecretStoreException
Deprecated. -
SecretStoreException
Deprecated. -
SecretStoreException
Deprecated.
-