org.locomotive.loco
Class UserNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.locomotive.loco.UserNotFoundException

public class UserNotFoundException
extends java.lang.Exception

This is thrown when a user cannot be found in the database.

See Also:
Serialized Form

Constructor Summary
UserNotFoundException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserNotFoundException

public UserNotFoundException(java.lang.String s)