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,NotAuthorizedExceptionMapper,NotFoundExceptionMapper,PermissionExceptionMapper,TooManyRequestsExceptionMapper,UnauthorisedExceptionMapper,UnauthorisedExceptionMapper,UserNotLoggedInExceptionMapper,UserRenameExceptionMapper,WebValidationExceptionMapper,XmlCompatibleWebApplicationErrorExceptionMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.ws.rs.core.MediaTypeprotected javax.ws.rs.core.CacheControlnever()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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()
-