nodenet
Class ChannelFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by nodenet.ChannelFullException
All Implemented Interfaces:
java.io.Serializable

public class ChannelFullException
extends java.io.IOException

Indicates that there was no room to write a packet on an OutputChannel.

See Also:
Serialized Form

Constructor Summary
ChannelFullException()
          Creates a new instance of ChannelFullException
ChannelFullException(java.lang.String msg)
           
 
Method Summary
 
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

ChannelFullException

public ChannelFullException()
Creates a new instance of ChannelFullException


ChannelFullException

public ChannelFullException(java.lang.String msg)