qflib 0.99

de.qfs.lib.util
Class ThreadPool.TimedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.qfs.lib.util.ThreadPool.TimedOutException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ThreadPool

public static class ThreadPool.TimedOutException
extends java.lang.Exception

This exception is thrown when a call executed with executeWatched times out and is interrupted by the WatchDog.

See Also:
Serialized Form

Constructor Summary
ThreadPool.TimedOutException(java.lang.String msg)
          Create a new TimedOutException.
 
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

ThreadPool.TimedOutException

public ThreadPool.TimedOutException(java.lang.String msg)
Create a new TimedOutException.


qflib 0.99