nodeNet
Class SameNodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nodeNet.SameNodeException

public class SameNodeException
extends java.lang.Exception

Singals that a Channel was attempted to be created from and to a single node.

Copyright (c) 1998 Massachusetts Institute of Technology

See Also:
Serialized Form

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

SameNodeException

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

SameNodeException

public SameNodeException(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