com.virtuosotechnologies.lib.asyncjob
Class AsyncJobInterruptedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.lib.asyncjob.AsyncJobException
              extended bycom.virtuosotechnologies.lib.asyncjob.AsyncJobInterruptedException
All Implemented Interfaces:
Serializable

public class AsyncJobInterruptedException
extends AsyncJobException

Exception thrown by an AsyncJob when it has been interrupted.

See Also:
Serialized Form

Constructor Summary
AsyncJobInterruptedException()
          Constructor
AsyncJobInterruptedException(String message)
          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

AsyncJobInterruptedException

public AsyncJobInterruptedException()
Constructor


AsyncJobInterruptedException

public AsyncJobInterruptedException(String message)
Constructor

Parameters:
message - message string