public class InvalidPasswordException extends PublicException
| Modifier and Type | Class and Description |
|---|---|
static class |
InvalidPasswordException.FailureCode |
| Constructor and Description |
|---|
InvalidPasswordException(ErrorCase errorCase,
List<InvalidPasswordException.FailureCode> failureCodes) |
| Modifier and Type | Method and Description |
|---|---|
List<InvalidPasswordException.FailureCode> |
getFailureCodes()
Returns the list of failure codes, describing what is not valid.
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPasswordException(ErrorCase errorCase, List<InvalidPasswordException.FailureCode> failureCodes)
public List<InvalidPasswordException.FailureCode> getFailureCodes()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.