Class BadQueryException

All Implemented Interfaces:
Serializable, SanitizableException
Direct Known Subclasses:
BadJsonQueryException, BadQueryContextException, ResourceLimitExceededException

public abstract class BadQueryException extends QueryException
An abstract class for all query exceptions that should return a bad request status code (400). See BadRequestException for non-query requests.
See Also:
  • Constructor Details