com.virtuosotechnologies.lib.asyncjob
Class AsyncJobException

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

public class AsyncJobException
extends Exception

Exception thrown by an AsyncJob

See Also:
Serialized Form

Constructor Summary
AsyncJobException()
          Constructor
AsyncJobException(String message)
          Constructor
AsyncJobException(String message, Throwable cause)
          Constructor
AsyncJobException(Throwable cause)
          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

AsyncJobException

public AsyncJobException()
Constructor


AsyncJobException

public AsyncJobException(String message)
Constructor


AsyncJobException

public AsyncJobException(String message,
                         Throwable cause)
Constructor


AsyncJobException

public AsyncJobException(Throwable cause)
Constructor