Package io.avaje.jsonb
Class JsonIoException
- 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
public class JsonIoException extends JsonException
Thrown when underlying IOException occurred during read or write of json.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonIoException(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 Detail
-
JsonIoException
public JsonIoException(IOException cause)
-
JsonIoException
public JsonIoException(String message, IOException cause)
-
JsonIoException
public JsonIoException(String message)
-
-