public final class JsonIOException extends JsonParseException
Constructor and Description |
---|
JsonIOException(String msg) |
JsonIOException(String msg,
Throwable cause) |
JsonIOException(Throwable cause)
Creates exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonIOException(String msg)
public JsonIOException(Throwable cause)
JsonIOException(String, Throwable)
instead if you can describe what happened.cause
- root exception that caused this exception to be thrown.Copyright © 2016. All Rights Reserved.