You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.collaborationengine.

Class 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:

    Serialized Form

    • Constructor Detail

      • JsonConversionException

        public JsonConversionException​(String message,
                                       Throwable cause)

        Constructs a new Json conversion exception

        Parameters:

        message - the detail message

        cause - the cause