org.eclipse.higgins.user.account.exception
Class UserNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.user.account.exception.UserAccountException
              extended by org.eclipse.higgins.user.account.exception.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException
extends UserAccountException

Throws by IUserAccountService in the attempt to get or delete a non-existent user account

See Also:
Serialized Form

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