| MissingMandatoryAttributesException |
A checked exception thrown to indicate that the required attributes are
missing from the request.
|
| MissingMandatoryParametersException |
A checked exception thrown to indicate that the required parameters are
missing from the request.
|
| RequestException |
Checked exception thrown if an error occurs while translet is
parsing the request.
|
| RequestMethodNotAllowedException |
Exception thrown when a request handler does not allow a specific request method.
|
| RequestParseException |
Exception thrown when request could not be parsed.
|
| SizeLimitExceededException |
Thrown to indicate that the request size exceeds the configured maximum.
|