org.camunda.bpm.engine.impl.util
Class JobExceptionUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.JobExceptionUtil

public class JobExceptionUtil
extends Object

Author:
Roman Smirnov

Constructor Summary
JobExceptionUtil()
           
 
Method Summary
static ByteArrayEntity createJobExceptionByteArray(byte[] byteArray)
           
static String getJobExceptionStacktrace(ByteArrayEntity byteArray)
           
static String getJobExceptionStacktrace(Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExceptionUtil

public JobExceptionUtil()
Method Detail

getJobExceptionStacktrace

public static String getJobExceptionStacktrace(Throwable exception)

getJobExceptionStacktrace

public static String getJobExceptionStacktrace(ByteArrayEntity byteArray)

createJobExceptionByteArray

public static ByteArrayEntity createJobExceptionByteArray(byte[] byteArray)


Copyright © 2015 camunda services GmbH. All rights reserved.