Class EntityExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<com.atlassian.user.EntityException>

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

      • EntityExceptionMapper

        public EntityExceptionMapper()
    • Method Detail

      • toResponse

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