Class SecretServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SecretServiceDisabledException

public class SecretServiceException extends RuntimeException
A RuntimeException exception type that is thrown when there is a problem interacting with the SecretService API.
Since:
4.0.0
See Also:
  • Constructor Details

    • SecretServiceException

      public SecretServiceException(String message)
    • SecretServiceException

      public SecretServiceException(Throwable cause)
    • SecretServiceException

      public SecretServiceException(String message, Throwable cause)