Package com.vaadin.collaborationengine
Class JsonConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.vaadin.collaborationengine.JsonConversionException
-
- All Implemented Interfaces:
java.io.Serializable
public class JsonConversionException extends java.lang.RuntimeExceptionThrown when unable to convert back and forth between a Java object instance and a JacksonJsonNodeinstance. The conversion is necessary for sending the Java object over the network.- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonConversionException(java.lang.String message, java.lang.Throwable cause)Constructs a new Json conversion exception
-