|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--edu.uiuc.cs.net.DPRPManager.DPRPException | +--edu.uiuc.cs.net.DPRPManager.DPRPInvalidProtocolException
Thrown when an invalid protocol is specified. This means, that it wasn't either the string "TCP", "UDP", or their "/etc/services" numeric representations.
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 |
|
Constructor Detail |
public DPRPInvalidProtocolException()
public DPRPInvalidProtocolException(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |