|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.common.security.InvalidPasswordException
public class InvalidPasswordException
Thrown when a password is not valid for given rules.
| Nested Class Summary | |
|---|---|
static class |
InvalidPasswordException.FailureCode
|
| Constructor Summary | |
|---|---|
InvalidPasswordException(ErrorCase errorCase,
java.util.List<InvalidPasswordException.FailureCode> failureCodes)
|
|
| Method Summary | |
|---|---|
java.util.List<InvalidPasswordException.FailureCode> |
getFailureCodes()
Returns the list of failure codes, describing what is not valid. |
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
|---|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidPasswordException(ErrorCase errorCase,
java.util.List<InvalidPasswordException.FailureCode> failureCodes)
| Method Detail |
|---|
public java.util.List<InvalidPasswordException.FailureCode> getFailureCodes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||