org.camunda.bpm.engine.impl.cmd
Class GetJobExceptionStacktraceCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetJobExceptionStacktraceCmd
All Implemented Interfaces:
Serializable, Command<String>

public class GetJobExceptionStacktraceCmd
extends Object
implements Command<String>, Serializable

Author:
Frederik Heremans
See Also:
Serialized Form

Constructor Summary
GetJobExceptionStacktraceCmd(String jobId)
           
 
Method Summary
 String execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetJobExceptionStacktraceCmd

public GetJobExceptionStacktraceCmd(String jobId)
Method Detail

execute

public String execute(CommandContext commandContext)
Specified by:
execute in interface Command<String>


Copyright © 2016 camunda services GmbH. All rights reserved.