com.strangelight.servlets.TaskMaster
Class E_NoSuchU

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.strangelight.util.E_
                    |
                    +--com.strangelight.servlets.TaskMaster.E_NoSuchU
All Implemented Interfaces:
java.io.Serializable

public class E_NoSuchU
extends E_

Thrown to indicate that the requested user does not exist.

See Also:
Serialized Form

Constructor Summary
E_NoSuchU()
           
E_NoSuchU(java.lang.String msg)
           
E_NoSuchU(java.lang.String msg, java.lang.Throwable cause)
           
E_NoSuchU(java.lang.Throwable cause)
           
 
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

E_NoSuchU

public E_NoSuchU()

E_NoSuchU

public E_NoSuchU(java.lang.String msg)

E_NoSuchU

public E_NoSuchU(java.lang.String msg,
                 java.lang.Throwable cause)

E_NoSuchU

public E_NoSuchU(java.lang.Throwable cause)