com.samskivert.servlet.user
Class NoSuchUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.samskivert.servlet.user.AuthenticationFailedException
              extended by 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

Constructor Summary
NoSuchUserException(String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchUserException

public NoSuchUserException(String message)


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.