Package org.camunda.bpm.engine.cdi
Class ProcessEngineCdiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.cdi.ProcessEngineCdiException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessEngineCdiException extends ProcessEngineException
Represents an exception in activiti cdi.- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessEngineCdiException(java.lang.String message)
ProcessEngineCdiException(java.lang.String message, java.lang.Throwable cause)
-