org.jwarp.service.threadpool
Class ThreadPoolStoppedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.threadpool.ThreadPoolStoppedException
All Implemented Interfaces:
java.io.Serializable

public class ThreadPoolStoppedException
extends java.lang.Exception

Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH

Version:
1.0
Author:
Anatole Tresch
See Also:
Serialized Form

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

ThreadPoolStoppedException

public ThreadPoolStoppedException()

ThreadPoolStoppedException

public ThreadPoolStoppedException(java.lang.String msg)

©   O R C A   S y s t e m s