java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.workflow.execution.ExecutionRuntimeException
org.jbpm.workflow.execution.AttributeSerializationException
- All Implemented Interfaces:
- java.io.Serializable
- public class AttributeSerializationException
- extends ExecutionRuntimeException
is a RuntimeException that is thrown when one of the fieldValues that was
submitted in a ExecutionSessionLocal#performActivity(Long,Map)
is not serializable by the associated Serializer.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
attributeInstance
private org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance
value
private java.lang.Object value
AttributeSerializationException
public AttributeSerializationException(org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance,
java.lang.Object value)
getAttributeInstance
public AttributeInstance getAttributeInstance()
getValue
public java.lang.Object getValue()
- is the java-object that was unserializable according to the Attribute's Serializer.