Class JobGoingAsyncException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.actions.async.JobGoingAsyncException
All Implemented Interfaces:
Serializable

public class JobGoingAsyncException extends Exception
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 Details

    • JobGoingAsyncException

      public JobGoingAsyncException(String jobUUID)
  • Method Details

    • getJobUUID

      public String getJobUUID()
      Getter for jobUUID