Class InvalidInputException

  • All Implemented Interfaces:
    Serializable

    public class InvalidInputException
    extends DXAPIException
    The input is syntactically correct but semantically incorrect.

    For example, a JSON array is provided where a hash was required, or a required parameter is missing, etc.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidInputException

        public InvalidInputException​(String message,
                                     int statusCode)
        Creates an InvalidInputException with the specified message and HTTP status code.