public final class JsonIOException extends JsonParseException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
JsonIOException(java.lang.String msg) |
JsonIOException(java.lang.String msg,
java.lang.Throwable cause) |
JsonIOException(java.lang.Throwable cause)
Creates exception with the specified cause.
|
private static final long serialVersionUID
public JsonIOException(java.lang.String msg)
public JsonIOException(java.lang.String msg, java.lang.Throwable cause)
public JsonIOException(java.lang.Throwable cause)
JsonIOException(String, Throwable)
instead if you can describe what happened.cause
- root exception that caused this exception to be thrown.