Class JsonIoException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonEofException

public class JsonIoException extends JsonException
Thrown when underlying IOException occurred during read or write of json.
See Also:
  • Constructor Details

    • JsonIoException

      public JsonIoException(IOException cause)
    • JsonIoException

      public JsonIoException(String message, IOException cause)
    • JsonIoException

      public JsonIoException(String message)