qflib 0.99

de.qfs.lib.util
Class ThreadPool.CancelledException

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

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

This exception is thrown when a call executed with executeWatched is explicitely cancelled with cancelCall.

See Also:
Serialized Form

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

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


qflib 0.99