java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.avaje.jsonb.JsonException
io.avaje.jsonb.JsonIoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsonEofException
Thrown when underlying IOException occurred during read or write of json.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonIoException
(IOException cause) JsonIoException
(String message) JsonIoException
(String message, IOException cause) -
Method Summary
Methods inherited from class io.avaje.jsonb.JsonException
of
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonIoException
-
JsonIoException
-
JsonIoException
-