Package com.github.javakeyring
Class PasswordAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.javakeyring.PasswordAccessException
- All Implemented Interfaces:
Serializable
Represents an error while retrieving password.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordAccessException(String message) Initializes an instance of PasswordRetrievalException.PasswordAccessException(String message, Throwable cause) Initializes an instance of PasswordRetrievalException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordAccessException
Initializes an instance of PasswordRetrievalException.- Parameters:
message- Error message
-
PasswordAccessException
Initializes an instance of PasswordRetrievalException.- Parameters:
message- Error messagecause- Original throwable
-