edu.uiuc.cs.net.DPRPManager
Class DPRPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.uiuc.cs.net.DPRPManager.DPRPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DPRPAllocatePortException, DPRPConfigException, DPRPErrorMessageException, DPRPInvalidProtocolException, DPRPOfferException

class DPRPException
extends java.lang.Exception

A generic DPRP exception. Generated when I'm too lazy to go and create a specific exception.

Version:
1.0 - September 19th, 2001
Author:
Andy Reitz (areitz@cs.uiuc.edu)
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DPRPException()
          Totally default constructor.
DPRPException(java.lang.String s)
          Make a new exception, with a given human-readable error string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DPRPException

public DPRPException()
Totally default constructor.

DPRPException

public DPRPException(java.lang.String s)
Make a new exception, with a given human-readable error string.