ExceptionMapper
s handlers.See: Description
Interface | Description |
---|---|
ExceptionDebugLogging |
Class | Description |
---|---|
AccessControlExceptionMapper |
Translate JCR AccessControlExceptions into HTTP 403 Forbidden errors
|
AccessControlJavaSecurityExceptionMapper |
Translate Java Security AccessControlExceptions into HTTP 403 Forbidden errors
|
AccessDeniedExceptionMapper | |
BadRequestExceptionMapper |
For generic BadRequestExceptions.
|
ClientErrorExceptionMapper | |
ConstraintExceptionMapper<T extends ConstraintViolationException> |
Abstract class for constraint violation subclasses
|
ConstraintViolationExceptionMapper | |
FedoraInvalidNamespaceExceptionMapper |
For invalid namespace exceptions on CRUD actions for nodes/datastreams
|
HeaderValueExceptionMapper |
If a client-provided header value fails to parse, return an HTTP 400 Bad Request.
|
IncorrectTripleSubjectExceptionMapper | |
InvalidChecksumExceptionMapper |
Translate InvalidChecksumException errors into reasonable
HTTP error codes
|
InvalidPrefixExceptionMapper |
For invalid namespace exceptions on CRUD actions for nodes/datastreams
|
InvalidResourceIdentifierExceptionMapper |
The class translates
InvalidResourceIdentifierException s to its proper
response code. |
ItemNotFoundExceptionMapper |
Translate jcr ItemNotFoundException to HTTP 404 Not Found
|
JsonParseExceptionMapper |
If an injected JSON resource fails to parse, return an HTTP 400 Bad Request.
|
LabelExistsVersionExceptionMapper |
Translate LabelExistsVersionException errors into reasonable
HTTP error codes
|
MalformedRdfExceptionMapper | |
OutOfDomainSubjectExceptionMapper | |
ParamExceptionMapper |
Handle Jersey ParamException
|
PathNotFoundExceptionMapper |
Translate PathNotFound exceptions into HTTP 404 errors
|
QueryParseExceptionMapper |
Handles Sparql query parsing exceptions thrown when querying or updating.
|
RepositoryExceptionMapper |
Provide a quasi-useful stacktrace when a generic RepositoryException is caught
|
RepositoryRuntimeExceptionMapper | |
RepositoryVersionRuntimeExceptionMapper | |
ResourceTypeExceptionMapper | |
ServerErrorExceptionMapper | |
ServerManagedPropertyExceptionMapper | |
ServerManagedTypeExceptionMapper | |
SessionMissingExceptionMapper |
If a session is requested that has been closed (or never existed), just
return an HTTP 410 Gone.
|
TombstoneExceptionMapper | |
VersionExceptionMapper | |
WebApplicationExceptionMapper |
Handle Jersey WebApplicationException
|
WildcardExceptionMapper |
Catch all the exceptions!
|
ExceptionMapper
s handlers.Copyright © 2013–2016 DuraSpace, Inc.. All rights reserved.