Serializablepublic final class JsonIOException extends JsonParseException
| Constructor | Description |
|---|---|
JsonIOException(String msg) |
|
JsonIOException(String msg,
Throwable cause) |
|
JsonIOException(Throwable cause) |
Creates exception with the specified cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2018. All rights reserved.