Class JsonConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.collaborationengine.JsonConversionException
All Implemented Interfaces:
Serializable

public class JsonConversionException extends RuntimeException
Thrown when unable to convert back and forth between a Java object instance and a Jackson JsonNode instance. The conversion is necessary for sending the Java object over the network.
Since:
1.0
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • JsonConversionException

      public JsonConversionException(String message, Throwable cause)
      Constructs a new Json conversion exception
      Parameters:
      message - the detail message
      cause - the cause