APTCONVERT 1.1

fr.pixware.util
Class JobCanceledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byfr.pixware.util.JobCanceledException
All Implemented Interfaces:
java.io.Serializable

public class JobCanceledException
extends java.lang.RuntimeException

Thrown by a source if its invoker wishes to cancel the job in progress.

See Also:
JobInvoker, Serialized Form

Constructor Summary
JobCanceledException(java.lang.Object source)
          Constructs an exception with a reference to the object that was doing the lengthy job.
 
Method Summary
 java.lang.Object getSource()
          Returns the object that was doing the job.
 
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

JobCanceledException

public JobCanceledException(java.lang.Object source)
Constructs an exception with a reference to the object that was doing the lengthy job.

Parameters:
source - the object that was doing the job
Method Detail

getSource

public java.lang.Object getSource()
Returns the object that was doing the job.

Returns:
the object that was doing the job

APTCONVERT 1.1