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