public class JsonParseException extends DataException
Constructor and Description |
---|
JsonParseException(String message)
Constructs a new
JsonParseException with the specified detail message. |
JsonParseException(String message,
Throwable cause)
Constructs a new
JsonParseException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonParseException(String message)
JsonParseException
with the specified detail message.message
- the detail messagepublic JsonParseException(String message, Throwable cause)
JsonParseException
with the specified detail message and cause.message
- the detail messagecause
- the cause