Class JsonEofException

All Implemented Interfaces:
Serializable

public class JsonEofException extends JsonIoException
Thrown when we hit EOF unexpectedly.
See Also:
  • Constructor Details

    • JsonEofException

      public JsonEofException(IOException cause)
    • JsonEofException

      public JsonEofException(String message, IOException cause)
    • JsonEofException

      public JsonEofException(String message)