org.eclipse.higgins.user.account.exception
Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.user.account.exception.UserAccountException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserNotFoundException
public UserNotFoundException()
UserNotFoundException
public UserNotFoundException(String message)
UserNotFoundException
public UserNotFoundException(Throwable cause)
UserNotFoundException
public UserNotFoundException(String message,
Throwable cause)