Exception | Description |
---|---|
BadRequestException |
Specific exception for bad request.
|
ForbiddenException |
Specific error for forbidden access.
|
InvalidCsrfToken |
Generate by CSRF handler.
|
MethodNotAllowedException |
Whether a HTTP method isn't supported.
|
MissingValueException |
Missing exception.
|
NotAcceptableException |
Whether the accept header isn't acceptable.
|
NotFoundException |
When a request doesn't match any of the available routes.
|
ProvisioningException |
Provisioning exception, throws by MVC routes when parameter binding fails.
|
RegistryException |
Thrown when a required service is not available.
|
StartupException |
Thrown when Jooby was unable to initialize and start
an application up.
|
StatusCodeException |
Runtime exception with status code.
|
TypeMismatchException |
Type mismatch exception.
|
UnauthorizedException |
Specific error for unauthorized access.
|
UnsupportedMediaType |
Whether there is no decoder for the requested
Content-Type . |
Copyright © 2022. All rights reserved.