public final class JsonIOException extends JsonParseException
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.
|
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 © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"