Nodenet Problem Set Javadocs

nodenet
Class ChannelEmptyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynodenet.ChannelEmptyException
All Implemented Interfaces:
java.io.Serializable

public class ChannelEmptyException
extends java.io.IOException

Singals that a Channel has no packets to honor a read request.

Version:
$Id: ChannelEmptyException.java,v 1.3 2004/01/14 21:43:17 gus Exp $
Author:
Todd C. Parnell, tparnell@ai.mit.edu
See Also:
Serialized Form

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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelEmptyException

public ChannelEmptyException()
Constructs an instance of ChannelEmptyException without a detail message.


ChannelEmptyException

public ChannelEmptyException(java.lang.String s)
Constructs an instance of ChannelEmptyException with the specified detail message. A detail message is an instace of String that describes this particular exception.

Parameters:
s - the detail message

Nodenet Problem Set Javadocs