ParkNPark.interfaces
Class AlreadyInLotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by ParkNPark.interfaces.AlreadyInLotException
All Implemented Interfaces:
Serializable, IDLEntity

public final class AlreadyInLotException
extends UserException

ParkNPark/interfaces/AlreadyInLotException.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from server.idl Thursday, May 4, 2006 8:07:47 AM EDT

See Also:
Serialized Form

Field Summary
 int lot
          The lot that the client is already on
 
Constructor Summary
AlreadyInLotException()
           
AlreadyInLotException(int _lot)
           
AlreadyInLotException(String $reason, int _lot)
           
 
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
 

Field Detail

lot

public int lot
The lot that the client is already on

Constructor Detail

AlreadyInLotException

public AlreadyInLotException()

AlreadyInLotException

public AlreadyInLotException(int _lot)

AlreadyInLotException

public AlreadyInLotException(String $reason,
                             int _lot)