ExceptionMappers handlers.See: Description
| Class | Description |
|---|---|
| AccessControlExceptionMapper |
Translate JCR AccessControlExceptions into HTTP 403 Forbidden errors
|
| AccessDeniedExceptionMapper | |
| InvalidChecksumExceptionMapper |
Translate InvalidChecksumException errors into reasonable
HTTP error codes
|
| PathNotFoundExceptionMapper |
Translate PathNotFound exceptions into HTTP 404 errors
|
| RepositoryExceptionMapper |
Provide a quasi-useful stacktrace when a generic RepositoryException is caught
|
| TransactionMissingExceptionMapper |
If a transaction is requested that has been closed (or never existed), just
return an HTTP 410 Gone.
|
| WildcardExceptionMapper |
Catch all the exceptions!
|
ExceptionMappers handlers.Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.