edu.uiuc.cs.net.DPRPManager
Class DPRPInvalidProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.uiuc.cs.net.DPRPManager.DPRPException
                    |
                    +--edu.uiuc.cs.net.DPRPManager.DPRPInvalidProtocolException
All Implemented Interfaces:
java.io.Serializable

class DPRPInvalidProtocolException
extends DPRPException

Thrown when an invalid protocol is specified. This means, that it wasn't either the string "TCP", "UDP", or their "/etc/services" numeric representations.

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
DPRPInvalidProtocolException()
          Default constructor.
DPRPInvalidProtocolException(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

DPRPInvalidProtocolException

public DPRPInvalidProtocolException()
Default constructor.

DPRPInvalidProtocolException

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