Package com.github.javakeyring
Class PasswordAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.javakeyring.PasswordAccessException
-
- All Implemented Interfaces:
Serializable
public class PasswordAccessException extends Exception
Represents an error while retrieving password.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordAccessException(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 Detail
-
PasswordAccessException
public PasswordAccessException(String message)
Initializes an instance of PasswordRetrievalException.- Parameters:
message- Error message
-
-