com.vaadin.flow.internal.

Class JsonEncodingException

All Implemented Interfaces:

Serializable

public class JsonEncodingException extends RuntimeException

An exception thrown when the given Java value cannot be encoded into JSON.

Since:

24.4

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • JsonEncodingException

      public JsonEncodingException(String message, Throwable cause)