Class EntityExceptionMapper

java.lang.Object
com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<com.atlassian.user.EntityException>
com.atlassian.bamboo.plugins.rest.common.exception.EntityExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<com.atlassian.user.EntityException>

@Provider public class EntityExceptionMapper extends AbstractExceptionMapper<com.atlassian.user.EntityException>
  • Constructor Details

    • EntityExceptionMapper

      public EntityExceptionMapper()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(@NotNull @NotNull com.atlassian.user.EntityException exception)