|
||||||||
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 | +--java.io.IOException | +--nodeNet.ChannelEmptyException
Singals that a Channel has no packets to honor a read request.
Copyright (c) 1998 Massachusetts Institute of Technology
Constructor Summary | |
ChannelEmptyException()
Constructs an instance of ChannelEmptyException without a detail message. |
|
ChannelEmptyException(java.lang.String s)
Constructs an instance of ChannelEmptyException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ChannelEmptyException()
public ChannelEmptyException(java.lang.String s)
String
that describes this particular exception.s
- the detail message
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |