Class GetJobExceptionStacktraceCmd

java.lang.Object
org.activiti.engine.impl.cmd.GetJobExceptionStacktraceCmd
All Implemented Interfaces:
Serializable, Command<String>

public class GetJobExceptionStacktraceCmd extends Object implements Command<String>, Serializable
See Also:
  • Field Details

    • jobType

      protected JobType jobType
  • Constructor Details

    • GetJobExceptionStacktraceCmd

      public GetJobExceptionStacktraceCmd(String jobId, JobType jobType)
  • Method Details