com.samskivert.servlet.user
Class NoSuchUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.samskivert.servlet.user.AuthenticationFailedException
com.samskivert.servlet.user.NoSuchUserException
- All Implemented Interfaces:
- Serializable
public class NoSuchUserException
- extends AuthenticationFailedException
Thrown when a user cannot be located in the user database.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchUserException
public NoSuchUserException(String message)
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.