Class DatabaseLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalStateException
de.gustavblass.commons.exceptions.passwordmanager.PasswordDatabaseException
de.gustavblass.commons.exceptions.passwordmanager.DatabaseLockedException
- All Implemented Interfaces:
Serializable
Indicates that the user's password database stored in a
password manager such as KeePassXC is locked or otherwise inaccessible.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseLockedException
(String message) DatabaseLockedException
(String message, Throwable cause) DatabaseLockedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseLockedException
public DatabaseLockedException() -
DatabaseLockedException
-
DatabaseLockedException
-
DatabaseLockedException
-