com.bluemarsh.jswat
Class NoSuchThreadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bluemarsh.jswat.NoSuchThreadException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchThreadException
extends java.lang.Exception

Thrown when a manager is not active and cannot perform the operation requested.

Version:
1.0 8/11/00
Author:
Nathan Fiedler
See Also:
Serialized Form

Constructor Summary
NoSuchThreadException()
          Constructs an NoSuchThreadException with no specified detailed message.
NoSuchThreadException(java.lang.String s)
          Constructs an NoSuchThreadException with the specified detailed 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

NoSuchThreadException

public NoSuchThreadException()
Constructs an NoSuchThreadException with no specified detailed message.

NoSuchThreadException

public NoSuchThreadException(java.lang.String s)
Constructs an NoSuchThreadException with the specified detailed message.
Parameters:
s - the detail message