Class JobExecutionNotRunningException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobExecutionNotRunningException
    extends JobExecutionException
    Execution indicating that a JobExecution that is not currently running has been requested to stop.
    Since:
    2.0
    Author:
    Dave Syer
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JobExecutionNotRunningException

        public JobExecutionNotRunningException​(java.lang.String msg)
        Create a JobExecutionNotRunningException with a message.
        Parameters:
        msg - the message to signal cause of failure with details about the job execution