edu.mssm.crover.scentral
Class BadUserID

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.mssm.crover.scentral.BadUserID
All Implemented Interfaces:
java.io.Serializable

public class BadUserID
extends java.lang.Exception

Thrown when the userID submitted to UserDirectory is invalid for some reason. Possible causes:

See Also:
Serialized Form

Field Summary
static int ALREADY_USED
           
 int reason
           
 
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
 

Field Detail

reason

public int reason

ALREADY_USED

public static int ALREADY_USED


Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.