Class InfrastructureExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<com.atlassian.core.exception.InfrastructureException>

    @Provider
    public class InfrastructureExceptionMapper
    extends AbstractExceptionMapper<com.atlassian.core.exception.InfrastructureException>
    • Constructor Detail

      • InfrastructureExceptionMapper

        public InfrastructureExceptionMapper()
    • Method Detail

      • toResponse

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