Package oracle.dbtools.plugin.api.json
Class JSONIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- oracle.dbtools.plugin.api.json.JSONIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class JSONIOException extends java.lang.RuntimeException
An unchecked exception raised whenever a checkedIOException
is encountered on the underlying stream that the JSON API is operating on.- Author:
- cdivilly
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JSONIOException(java.io.IOException cause)
-