java.io.Serializable
public final class JsonIOException extends JsonParseException
Constructor | 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.
|
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.Copyright © 2018. All rights reserved.