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
public abstract class AbstractExceptionMapper<T extends Throwable> extends Object implements javax.ws.rs.ext.ExceptionMapper<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ws.rs.core.MediaType
getMediaType()
protected javax.ws.rs.core.CacheControl
never()
-