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

org.fabric3.binding.rs.runtime.provider.ProxyExceptionMapper Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.fabric3.binding.rs.runtime.provider;

import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws.rs.ext.Provider;

/**
 *
 */
@Provider
@SuppressWarnings("unchecked")
public class ProxyExceptionMapper extends AbstractProxyProvider> implements ExceptionMapper {

    public Response toResponse(E exception) {
        return getDelegate().toResponse(exception);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy