Class JsonConversionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JsonConversionException
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      JsonConversionException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new Json conversion exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JsonConversionException

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