Package common.types

Class JsonException

All Implemented Interfaces:
Serializable

public class JsonException extends RuntimeException
Represents an exception handling JSON.
Author:
woodser
See Also:
  • Constructor Details

    • JsonException

      public JsonException(String msg)
    • JsonException

      public JsonException(String msg, Throwable e)
    • JsonException

      public JsonException(Throwable e)