public class JsonException
extends java.lang.Exception
| Constructor and Description |
|---|
JsonException(java.lang.String message)
Constructs a JsonException with an explanatory message.
|
JsonException(java.lang.Throwable cause)
Constructs a JsonException with an the cause of exception.
|
public JsonException(java.lang.String message)
message - Detail about the reason for the exception.public JsonException(java.lang.Throwable cause)
cause - the cause of exception.