Class MessageConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.cloudreactor.tasksymphony.wrapperio.UpdateException
io.cloudreactor.tasksymphony.wrapperio.MessageConversionException
- All Implemented Interfaces:
Serializable
An exception indicating that update properties could not be serialized
properly as JSON.
- Since:
- 0.1.0
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getProps
Get the property map that could not be serialized.- Returns:
- the property map that could not be serialized
- Since:
- 0.1.0
-