com.atlassian.crowd.manager.login.exception
Class InvalidResetPasswordTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
All Implemented Interfaces:
java.io.Serializable

public class InvalidResetPasswordTokenException
extends java.lang.Exception

Thrown when an invalid reset password token is provided.

See Also:
Serialized Form

Constructor Summary
InvalidResetPasswordTokenException()
          Default constructor.
InvalidResetPasswordTokenException(java.lang.String s)
          Default constructor.
InvalidResetPasswordTokenException(java.lang.String s, java.lang.Throwable throwable)
          Default constructor.
InvalidResetPasswordTokenException(java.lang.Throwable throwable)
          Default constructor.
 
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

InvalidResetPasswordTokenException

public InvalidResetPasswordTokenException()
Default constructor.


InvalidResetPasswordTokenException

public InvalidResetPasswordTokenException(java.lang.String s)
Default constructor.

Parameters:
s - The message.

InvalidResetPasswordTokenException

public InvalidResetPasswordTokenException(java.lang.String s,
                                          java.lang.Throwable throwable)
Default constructor.

Parameters:
s - The message.
throwable - the Exception.

InvalidResetPasswordTokenException

public InvalidResetPasswordTokenException(java.lang.Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2010 Atlassian. All Rights Reserved.