ajax.database
Class UserAccountNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ajax.database.UserAccountNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class UserAccountNotFoundException
extends java.lang.Exception

Author:
adkap Happens when a user account is requested but does not exist.
See Also:
Serialized Form

Constructor Summary
UserAccountNotFoundException()
           
UserAccountNotFoundException(java.lang.String arg0)
          Constructor that accepts a string argument.
 
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

UserAccountNotFoundException

public UserAccountNotFoundException()

UserAccountNotFoundException

public UserAccountNotFoundException(java.lang.String arg0)
Constructor that accepts a string argument.

Parameters:
arg0 - The message string
See Also:
Exception