Class JobInstanceAlreadyCompleteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobInstanceAlreadyCompleteException
    extends JobExecutionException
    An exception indicating an illegal attempt to restart a job that was already completed successfully.
    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

      • JobInstanceAlreadyCompleteException

        public JobInstanceAlreadyCompleteException​(java.lang.String string)
        Parameters:
        string - the message
      • JobInstanceAlreadyCompleteException

        public JobInstanceAlreadyCompleteException​(java.lang.String msg,
                                                   java.lang.Throwable t)
        Parameters:
        msg - the cause
        t - the message