Class PasswordDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalStateException
de.gustavblass.commons.exceptions.passwordmanager.PasswordDatabaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseLockedException
,NotAssociatedException
Indicates that an operation on a password database in a
password manager such as KeePassXC
failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException()
.PasswordDatabaseException
(String message) SeeException(String)
.PasswordDatabaseException
(String message, Throwable cause) SeeException(Throwable)
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordDatabaseException
public PasswordDatabaseException()SeeException()
. -
PasswordDatabaseException
SeeException(String)
. -
PasswordDatabaseException
-
PasswordDatabaseException
SeeException(Throwable)
.
-