public class JSONSetupError extends Error
JSONMethod
annotations on a JSON driven
method or constructor are incorrectly specified; this should never happen
during normal operation as a result of message receipt.Constructor and Description |
---|
JSONSetupError()
Construct a JSONSetupError with no specified detail message.
|
JSONSetupError(String message)
Construct a JSONSetupError with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSONSetupError()
public JSONSetupError(String message)
message
- The detail message.Copyright © 2017. All rights reserved.