uk.ac.man.cs.rainbow.simulator
Class RainbowThread.IllegalChannelStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.cs.rainbow.RainbowException
                    |
                    +--uk.ac.man.cs.rainbow.simulator.RASMThread.Exception
                          |
                          +--uk.ac.man.cs.rainbow.simulator.RainbowThread.IllegalChannelStateException
All Implemented Interfaces:
Serializable
Enclosing class:
RainbowThread

public static class RainbowThread.IllegalChannelStateException
extends RASMThread.Exception

Indicate an attempt to do something naughty with a channel.

See Also:
Serialized Form

Constructor Summary
RainbowThread.IllegalChannelStateException(String msg)
           
 
Methods inherited from class uk.ac.man.cs.rainbow.RainbowException
getDetail, getMessage, setAugment, setDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RainbowThread.IllegalChannelStateException

public RainbowThread.IllegalChannelStateException(String msg)