Class JobLifecycleService.JobCancellationRequestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.services.job.JobLifecycleService.JobCancellationRequestedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
JobLifecycleService
public static final class JobLifecycleService.JobCancellationRequestedException
extends RuntimeException
Signals cooperative cancellation to the worker loop.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobCancellationRequestedException
public JobCancellationRequestedException()
-