org.eclipse.stardust.common.security
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.common.security.InvalidPasswordException
All Implemented Interfaces:
Serializable

public class InvalidPasswordException
extends PublicException

Thrown when a password is not valid for given rules.

Version:
$Revision: $
Author:
Barry.Grotjahn
See Also:
Serialized Form

Nested Class Summary
static class InvalidPasswordException.FailureCode
           
 
Constructor Summary
InvalidPasswordException(ErrorCase errorCase, List<InvalidPasswordException.FailureCode> failureCodes)
           
 
Method Summary
 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

InvalidPasswordException

public InvalidPasswordException(ErrorCase errorCase,
                                List<InvalidPasswordException.FailureCode> failureCodes)
Method Detail

getFailureCodes

public List<InvalidPasswordException.FailureCode> getFailureCodes()
Returns the list of failure codes, describing what is not valid.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.