Package com.atlassian.secrets.api
Class SecretServiceDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.secrets.api.SecretServiceException
com.atlassian.secrets.api.SecretServiceDisabledException
- All Implemented Interfaces:
Serializable
A
RuntimeException that is thrown when SecretService is unexpectedly used
while configured in disabled.- Since:
- 5.0.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecretServiceDisabledException(String message) SecretServiceDisabledException(String message, 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
-
SecretServiceDisabledException
-
SecretServiceDisabledException
-
SecretServiceDisabledException
-