Uses of Class
edu.uiuc.cs.net.DPRPManager.DPRPException

Uses of DPRPException in edu.uiuc.cs.net.DPRPManager
 

Subclasses of DPRPException in edu.uiuc.cs.net.DPRPManager
(package private)  class DPRPAllocatePortException
          This exception is used to notify the server that a problem occured in reserving the external port on the gateway.
(package private)  class DPRPConfigException
          Generated when a parse error occurs in the host security configuration file.
(package private)  class DPRPErrorMessageException
          Generated when the client receives an error message from the server, or if an invalid XID is detected.
(package private)  class DPRPInvalidProtocolException
          Thrown when an invalid protocol is specified.
(package private)  class DPRPOfferException
          This exception is only thrown by the handleNewRequest() method, and it serves to put all of the port-cleanup code in one place.