org.jboss.resteasy.client.exception.mapper.ClientExceptionMapper Maven / Gradle / Ivy
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);}