Class JobNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobNotFoundException
    extends ActivitiObjectNotFoundException
    This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance)..
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JobNotFoundException​(java.lang.String jobId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJobId()  
      • 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

      • JobNotFoundException

        public JobNotFoundException​(java.lang.String jobId)
    • Method Detail

      • getJobId

        public java.lang.String getJobId()