org.eclipse.higgins.userprofile
Class UserNotFoundException

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.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException
extends UserProfileAuthenticationException

See Also:
Serialized Form

Constructor Summary
UserNotFoundException()
           
UserNotFoundException(String message)
           
UserNotFoundException(String message, Throwable cause)
           
UserNotFoundException(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

UserNotFoundException

public UserNotFoundException()

UserNotFoundException

public UserNotFoundException(String message)

UserNotFoundException

public UserNotFoundException(Throwable cause)

UserNotFoundException

public UserNotFoundException(String message,
                             Throwable cause)