Package org.camunda.bpm.engine
Class MismatchingMessageCorrelationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.MismatchingMessageCorrelationException
- All Implemented Interfaces:
Serializable
- Author:
- Thorben Lindhauer
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
Constructor Summary
ConstructorDescriptionMismatchingMessageCorrelationException
(String messageName, String reason) MismatchingMessageCorrelationException
(String messageName, String businessKey, Map<String, Object> correlationKeys) MismatchingMessageCorrelationException
(String messageName, String businessKey, Map<String, Object> correlationKeys, String reason) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MismatchingMessageCorrelationException
-
MismatchingMessageCorrelationException
-
MismatchingMessageCorrelationException
-
MismatchingMessageCorrelationException
-