Package org.jbpm.executor
Class AsyncJobException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbpm.executor.AsyncJobException
-
- All Implemented Interfaces:
Serializable
public class AsyncJobException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsyncJobException(Long jobId, String commandName, String message)
AsyncJobException(Long jobId, String commandName, String message, Throwable cause)
AsyncJobException(Long jobId, String commandName, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommandName()
Long
getJobId()
void
setCommandName(String commandName)
void
setJobId(Long jobId)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-