| Class | Description |
|---|---|
| RuleViolation |
| Exception | Description |
|---|---|
| ArgumentNullException |
Thrown when an explicit null check fails for a method argument.
Note: the exception is named "Argument..." instead of "Parameter..." for consistency with IllegalArgumentException, which it extends. |
| AuthenticationMissingException | |
| AuthenticationRejectedException | |
| BadRequestException |
Thrown when the request is malformed on the syntax level, e.g.
|
| CodeInconsistencyException |
Represents problems that arise purely from inconsistencies in the source code, as opposed to problems that are caused
by user or environment data.
For example, this exception may be used to wrap an "impossible" UnsupportedEncodingException for the
encoding "UTF-8" (which is guaranteed to be supported by the Java specs). |
| ConfigurationException |
Represents problems with the system or application configuration that arise from incomplete or wrong installation.
|
| ConflictingEntityException |
Thrown when the entity cannot be saved due to a conflict with the corresponding object in the database, e.g.
|
| DataInconsistencyException |
Thrown when the persistent data is in an invalid state and cannot be processed by the application.
|
| LockedEntityException |
Thrown when trying to manipulate a locked entity
|
| MailException | |
| MethodNotAllowedException | |
| NotYetImplementedException |
Thrown to indicate that a method was not yet implemented by the developer.
|
| ObjectNotFoundException |
Thrown when one or more objects are not found.
|
| PermissionDeniedException | |
| RuleViolationException | |
| ServiceUnavailableException | |
| StoreLayerException | |
| UnprocessableEntityException |
Thrown when the entity is syntactically correct (e.g.
|
| UnsupportedHttpFeatureException |
Copyright © 2017. All rights reserved.