AbstractUnprocessableEntityException |
Thrown when the entity is syntactically correct (e.g.
|
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 application data is in an invalid and/or inconsistent state and cannot be processed.
If the error lies within the configuration instead of the application data, use ConfigurationException
instead.
|
GeneratedFieldOverrideException |
Thrown when an attempt is made to set a value for a field which is automatically generated or maintained, such as the
identifier or timestamps.
|
InvalidBackendReplyException |
Thrown when an invalid reply was received from a backend system.
|
InvalidPrimaryKeyException |
Thrown when the primary key of the entity is invalid.
|
LockedEntityException |
Thrown when trying to manipulate a locked entity
|
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 |
|
ReadonlyFieldException |
Thrown when an attempt is made to change the value of a field that is considered read-only for the current operation.
|
ReductionException |
Thrown when there is an error during a Stream reduction operation.
|
RuleViolationException |
|
ServiceUnavailableException |
|
StoreLayerException |
|
UncheckedInterruptedException |
|
UnprocessableEntityException |
Deprecated.
|
UnsupportedHttpFeatureException |
|