com.atlassian.user.security.authentication
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.user.EntityException
              extended by com.atlassian.user.security.authentication.InvalidPasswordException
All Implemented Interfaces:
Serializable

public class InvalidPasswordException
extends EntityException

UserManagers can throw this when altering a password fails due to an invalid value

See Also:
Serialized Form

Constructor Summary
InvalidPasswordException()
           
InvalidPasswordException(String message)
           
InvalidPasswordException(String message, Throwable cause)
           
InvalidPasswordException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPasswordException

public InvalidPasswordException()

InvalidPasswordException

public InvalidPasswordException(String message)

InvalidPasswordException

public InvalidPasswordException(Throwable cause)

InvalidPasswordException

public InvalidPasswordException(String message,
                                Throwable cause)


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.