java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ebean.text.json.JsonIOException
- All Implemented Interfaces:
Serializable
Unchecked exception thrown when an IOException occurs in json processing.
Typically wraps the checked IOException.
- See Also:
-
Constructor Summary
ConstructorDescriptionJsonIOException
(String message) Construct with a message.JsonIOException
(Throwable cause) Construct with an underlying cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonIOException
Construct with an underlying cause. -
JsonIOException
Construct with a message.
-