Class JsonException

All Implemented Interfaces:
Serializable

public class JsonException extends MudWebException
An exception to be thrown when attempting to serialize or deserialize a Java object from/to JSON.
Author:
maartenl
See Also:
  • Constructor Details

    • JsonException

      public JsonException(Exception ex)