Class 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 Detail

      • JobDoesNotExistException

        public JobDoesNotExistException​(String jobname,
                                        String jobcount,
                                        RfcException cause)
        Parameters:
        jobname - name of the batch job
        jobcount - id of the batch job
        cause - root cause