Package | Description |
---|---|
io.jooby.exception |
Modifier and Type | Class and Description |
---|---|
class |
BadRequestException
Specific exception for bad request.
|
class |
ForbiddenException
Specific error for forbidden access.
|
class |
InvalidCsrfToken
Generate by CSRF handler.
|
class |
MethodNotAllowedException
Whether a HTTP method isn't supported.
|
class |
MissingValueException
Missing exception.
|
class |
NotAcceptableException
Whether the accept header isn't acceptable.
|
class |
NotFoundException
When a request doesn't match any of the available routes.
|
class |
ProvisioningException
Provisioning exception, throws by MVC routes when parameter binding fails.
|
class |
RegistryException
Thrown when a required service is not available.
|
class |
TypeMismatchException
Type mismatch exception.
|
class |
UnauthorizedException
Specific error for unauthorized access.
|
class |
UnsupportedMediaType
Whether there is no decoder for the requested
Content-Type . |
Copyright © 2020. All rights reserved.