Fido Alpha 3.2

fido.db
Class UserNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.db.UserNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class UserNotFoundException
extends FidoException

An attempt to access a User in the UserTable by a name which does not exist.

See Also:
UserTable, Serialized Form

Constructor Summary
UserNotFoundException(java.lang.String s)
          Constructs an UserNotFoundException with a detail message.
 
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

UserNotFoundException

public UserNotFoundException(java.lang.String s)
Constructs an UserNotFoundException with a detail message.

Parameters:
s - the detail message

Fido Alpha 3.2