Class KeyringAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
utu.vbingm.privaterepocloner.KeyringAccessException
All Implemented Interfaces:
Serializable

public class KeyringAccessException extends IOException
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 Details

    • KeyringAccessException

      public KeyringAccessException(String message, Throwable cause)