Class AbstractExceptionMapper<T extends Throwable>
java.lang.Object
com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<T>
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<T>
- Direct Known Subclasses:
AccessDeniedExceptionMapper
,AuthenticationRequiredUrlCallbackExceptionMapper
,BambooRuntimeExceptionMapper
,ConflictExceptionMapper
,CrowdExceptionMapper
,CrowdRuntimeExceptionMapper
,EntityExceptionMapper
,EOFExceptionMapper
,IllegalArgumentExceptionMapper
,IllegalStateExceptionMapper
,InfrastructureExceptionMapper
,InvalidRequestExceptionMapper
,JsonMappingExceptionMapper
,NotAuthorizedExceptionMapper
,NotFoundExceptionMapper
,PermissionExceptionMapper
,TooManyRequestsExceptionMapper
,UnauthorisedExceptionMapper
,UnauthorisedExceptionMapper
,UserNotLoggedInExceptionMapper
,UserRenameExceptionMapper
,WebValidationExceptionMapper
,XmlCompatibleWebApplicationErrorExceptionMapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected javax.ws.rs.core.MediaType
protected javax.ws.rs.core.CacheControl
never()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.ws.rs.ext.ExceptionMapper
toResponse
-
Constructor Details
-
AbstractExceptionMapper
public AbstractExceptionMapper()
-
-
Method Details
-
getMediaType
protected javax.ws.rs.core.MediaType getMediaType() -
never
protected javax.ws.rs.core.CacheControl never()
-