See: Description
Exception | Description |
---|---|
BadRequestException |
This type of exception returns an HTTP 'bad request' response (status code
400) with an additional message.
|
InternalServerErrorException |
This type of exception returns an HTTP 'internal server error' response
(status code 500) with an additional message.
|
NotFoundException |
This type of exception returns an HTTP 'not found' response (status code 404)
with an additional message.
|
Copyright © 1999–2017 Apache OODT. All rights reserved.