Class JobGoingAsyncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.actions.async.JobGoingAsyncException
- All Implemented Interfaces:
Serializable
Exception thrown by AsyncJobManager, not to indicate an error, per se, but
rather to indicate that a job has taken too long, as is now "going async".
So, this exception contains the jobUUID.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobGoingAsyncException
-
-
Method Details
-
getJobUUID
Getter for jobUUID
-