ParkNPark.interfaces
Class InvalidClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
ParkNPark.interfaces.InvalidClientException
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class InvalidClientException
- extends UserException
ParkNPark/interfaces/InvalidClientException.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 |
clientID
The client ID that is not recognized by the system |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
clientID
public int clientID
- The client ID that is not recognized by the system
InvalidClientException
public InvalidClientException()
InvalidClientException
public InvalidClientException(int _clientID)
InvalidClientException
public InvalidClientException(String $reason,
int _clientID)