Package com.atlassian.secrets.api
Class SecretServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.secrets.api.SecretServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SecretServiceDisabledException
A
RuntimeException exception type that is thrown when there
is a problem interacting with the SecretService API.- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecretServiceException(String message) SecretServiceException(String message, Throwable cause) SecretServiceException(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
-
SecretServiceException
-
SecretServiceException
-
SecretServiceException
-