ParkNPark.interfaces
Class LotFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
ParkNPark.interfaces.LotFullException
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class LotFullException
- extends UserException
ParkNPark/interfaces/LotFullException.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 is full |
int |
lotCapacity
The capacity of the lot |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
lotCapacity
public int lotCapacity
- The capacity of the lot
lot
public int lot
- The lot that is full
LotFullException
public LotFullException()
LotFullException
public LotFullException(int _lotCapacity,
int _lot)
LotFullException
public LotFullException(String $reason,
int _lotCapacity,
int _lot)