com.bea.jvm
Class NoSuchThreadException

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

public class NoSuchThreadException
extends java.lang.Exception

Exception thrown by various methods in the ThreadSystem interface.

Author:
Calle Wilund
See Also:
ThreadSystem, Serialized Form

Constructor Summary
NoSuchThreadException()
          Constructor.
NoSuchThreadException(java.lang.String msg)
          Constructor.
 
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

NoSuchThreadException

public NoSuchThreadException()
Constructor.

See Also:
Exception.Exception()

NoSuchThreadException

public NoSuchThreadException(java.lang.String msg)
Constructor.

See Also:
Exception.Exception(java.lang.String)