Class JobLifecycleService.StaleJobClaimException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.services.job.JobLifecycleService.StaleJobClaimException
- All Implemented Interfaces:
Serializable
- Enclosing class:
JobLifecycleService
Signals that a worker lost ownership and must stop writing lifecycle state.
- 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
-
StaleJobClaimException
public StaleJobClaimException()
-