Class MessageConversionException

All Implemented Interfaces:
Serializable

public class MessageConversionException extends UpdateException
An exception indicating that update properties could not be serialized properly as JSON.
Since:
0.1.0
See Also:
  • Method Details

    • getProps

      public Map<String,Object> getProps()
      Get the property map that could not be serialized.
      Returns:
      the property map that could not be serialized
      Since:
      0.1.0