public class IllegalJobStatusException extends ValidationException
| Constructor and Description |
|---|
IllegalJobStatusException(Object[] params,
OperationException e) |
IllegalJobStatusException(String jobID,
JobExecutionStatus jobStatus)
Construct a job status exception for jobs with the given ID and status.
|
IllegalJobStatusException(String jobID,
String jobStatus)
Construct a job status exception for jobs with the given ID and status.
|
getRestStatusCodegetLocalizedMessage, getLocalizedMessage, getMessage, getMessageCode, getParameters, getRootCauseaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalJobStatusException(Object[] params, OperationException e)
public IllegalJobStatusException(String jobID, JobExecutionStatus jobStatus)
jobID - The job id.jobStatus - The job status.Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.