Class SecretStoreException

All Implemented Interfaces:
Serializable

@Deprecated public class SecretStoreException extends RuntimeException
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 Details

    • SecretStoreException

      public SecretStoreException(String message)
      Deprecated.
    • SecretStoreException

      public SecretStoreException(Throwable cause)
      Deprecated.
    • SecretStoreException

      public SecretStoreException(String message, Throwable cause)
      Deprecated.