Class SecretServiceDisabledException

All Implemented Interfaces:
Serializable

public class SecretServiceDisabledException extends SecretServiceException
A RuntimeException that is thrown when SecretService is unexpectedly used while configured in disabled.
Since:
5.0.3
See Also:
  • Constructor Details

    • SecretServiceDisabledException

      public SecretServiceDisabledException(String message)
    • SecretServiceDisabledException

      public SecretServiceDisabledException(Throwable cause)
    • SecretServiceDisabledException

      public SecretServiceDisabledException(String message, Throwable cause)