Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.BadRequestException
- All Implemented Interfaces:
Serializable
Request could not be parsed as sent (HTTP 400 Bad Request).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiException
caching, setCaching, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
- Parameters:
msg
- error text for client describing how request is bad.
-
BadRequestException
- Parameters:
msg
- error text for client describing how request is bad.cause
- cause of this exception.
-