Klasse PasswordErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spaghetticodegang.trylater.shared.exception.PasswordErrorException
- Alle implementierten Schnittstellen:
Serializable
Thrown when the password is missing or incorrect.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a newMissingPasswordException
for the given user. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
PasswordErrorException
Constructs a newMissingPasswordException
for the given user.
-