Class JobRetryCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.JobRetryCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>

public class JobRetryCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Throwable exception  
    protected java.lang.String jobId  
  • Constructor Summary

    Constructors 
    Constructor Description
    JobRetryCmd​(java.lang.String jobId, java.lang.Throwable exception)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    protected java.lang.String getExceptionStacktrace()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • jobId

      protected java.lang.String jobId
    • exception

      protected java.lang.Throwable exception
  • Constructor Details

    • JobRetryCmd

      public JobRetryCmd​(java.lang.String jobId, java.lang.Throwable exception)
  • Method Details

    • execute

      public java.lang.Object execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
    • getExceptionStacktrace

      protected java.lang.String getExceptionStacktrace()