public class JSONInvocationException extends Exception
Constructor and Description |
---|
JSONInvocationException()
Construct a JSONInvocationException with no specified detail message.
|
JSONInvocationException(String message)
Construct a JSONInvocationException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSONInvocationException()
public JSONInvocationException(String message)
message
- The detail message.Copyright © 2017. All rights reserved.