Module com.cryptoalgo.oursql.oursql
Package com.cryptoalgo.oursql.support
Class SecretsStore.StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cryptoalgo.oursql.support.SecretsStore.StoreException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SecretsStore
An exception for various failures during storage/retrieval of secrets
- See Also:
-
Constructor Summary
ConstructorDescriptionStoreException
(String reason) Create an instance of the exception with a reason -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreException
Create an instance of the exception with a reason- Parameters:
reason
- Reason of exception
-