org.eclipse.higgins.userprofile
Class WrongPasswordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.userprofile.UserProfileException
              extended byorg.eclipse.higgins.userprofile.UserProfileAuthenticationException
                  extended byorg.eclipse.higgins.userprofile.WrongPasswordException
All Implemented Interfaces:
Serializable

public class WrongPasswordException
extends UserProfileAuthenticationException

See Also:
Serialized Form

Constructor Summary
WrongPasswordException()
           
WrongPasswordException(String message)
           
WrongPasswordException(String message, Throwable cause)
           
WrongPasswordException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongPasswordException

public WrongPasswordException()

WrongPasswordException

public WrongPasswordException(String message)

WrongPasswordException

public WrongPasswordException(Throwable cause)

WrongPasswordException

public WrongPasswordException(String message,
                              Throwable cause)