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.

    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