Class JobDoesNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcException
-
- com.redwood.scheduler.api.connector.sap.rfc.scripting.JobDoesNotExistException
-
- All Implemented Interfaces:
Serializable
public class JobDoesNotExistException extends RfcException
This exception is thrown if an operation has been attempted on a SAP batch job that does not exist anymore- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobDoesNotExistException(String jobname, String jobcount, RfcException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JobDoesNotExistException
public JobDoesNotExistException(String jobname, String jobcount, RfcException cause)
- Parameters:
jobname
- name of the batch jobjobcount
- id of the batch jobcause
- root cause
-
-