public class InvalidInputException extends DXAPIException
For example, a JSON array is provided where a hash was required, or a required parameter is missing, etc.
| Constructor and Description |
|---|
InvalidInputException(String message,
int statusCode)
Creates an
InvalidInputException with the specified message and
HTTP status code. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getInstance, getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidInputException(String message, int statusCode)
InvalidInputException with the specified message and
HTTP status code.public String toString()
toString in class DXAPIExceptionCopyright © 2023. All Rights Reserved.