nodeNet
Class ChannelDisabledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--nodeNet.ChannelDisabledException

public class ChannelDisabledException
extends java.io.IOException

Signals that a Channel is disabled when attempting to read or write to it.

Copyright (c) 1998 Massachusetts Institute of Technology

See Also:
Serialized Form

Constructor Summary
ChannelDisabledException()
          Constructs an instance of ChannelDisabledException without a detail message.
ChannelDisabledException(java.lang.String s)
          Constructs an instance of ChannelDisabledException 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

ChannelDisabledException

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

ChannelDisabledException

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