Package org.camunda.bpm.client.exception
Class ValueMapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.client.exception.ExternalTaskClientException
-
- org.camunda.bpm.client.exception.ValueMapperException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueMapperException extends ExternalTaskClientException
Exception is thrown when a value could not be mapped
- Author:
- Tassilo Weidner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueMapperException(java.lang.String message)
ValueMapperException(java.lang.String message, java.lang.Throwable e)
-