public class IllegalJobStateException extends JobManagerException
| Constructor and Description |
|---|
IllegalJobStateException(java.lang.String message)
create exception with description and gone flag set to false.
|
IllegalJobStateException(java.lang.String message,
boolean gone)
create exception with description and custom gone flag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJobRunGone() |
isRecoverableCauseisRecoverablepublic IllegalJobStateException(java.lang.String message)
public IllegalJobStateException(java.lang.String message,
boolean gone)