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

org.jboss.resteasy.client.exception.mapper.ClientExceptionMapper Maven / Gradle / Ivy

There is a newer version: 4.0.0.Beta5
Show newest version
package org.jboss.resteasy.client.exception.mapper;

/**
 * @author Ron Sigal
 * @version $Revision: 1.1 $
 *
 * Copyright Jul 28, 2012
 */
public interface ClientExceptionMapper { RuntimeException toException(E exception);}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy