All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.narayana.lra.client.ParentLRAJoinExceptionMapper Maven / Gradle / Ivy

/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */

package io.narayana.lra.client;

import jakarta.ws.rs.core.Response;
import jakarta.ws.rs.ext.ExceptionMapper;

public class ParentLRAJoinExceptionMapper implements ExceptionMapper {
    @Override
    public Response toResponse(ParentLRAJoinException exception) {
        return exception.getReason();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy