Class NotAssociatedException
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.NotAssociatedException
- All Implemented Interfaces:
Serializable
Indicates that the user has not granted access to their password database in a
password manager such as KeePassXC.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAssociatedException
(String message) See PasswordDatabaseException#PasswordDatabaseException(String)].NotAssociatedException
(String message, Throwable cause) See PasswordDatabaseException#PasswordDatabaseException(String, Throwable)].NotAssociatedException
(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
-
NotAssociatedException
public NotAssociatedException() -
NotAssociatedException
See PasswordDatabaseException#PasswordDatabaseException(String)]. -
NotAssociatedException
-
NotAssociatedException
-