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
public class MismatchingMessageCorrelationException extends ProcessEngineException
- Author:
- Thorben Lindhauer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description MismatchingMessageCorrelationException(String message)
MismatchingMessageCorrelationException(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 Detail
-
MismatchingMessageCorrelationException
public MismatchingMessageCorrelationException(String message)
-
MismatchingMessageCorrelationException
public MismatchingMessageCorrelationException(String messageName, String reason)
-
MismatchingMessageCorrelationException
public MismatchingMessageCorrelationException(String messageName, String businessKey, Map<String,Object> correlationKeys)
-
-