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

public static class SecretsStore.StoreException extends Exception
An exception for various failures during storage/retrieval of secrets
See Also:
  • Constructor Details

    • StoreException

      public StoreException(String reason)
      Create an instance of the exception with a reason
      Parameters:
      reason - Reason of exception