Class KeyringAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
utu.vbingm.privaterepocloner.KeyringAccessException
- All Implemented Interfaces:
Serializable
Wraps keyring backend failures (e.g.,
PasswordAccessException
, BackendNotSupportedException
).
Indicates that the OS keyring could not be accessed for read/write/delete under the current process context. The message/cause may contain backend-specific diagnostics.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyringAccessException
-