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

colesico.framework.rpc.clientapi.RpcErrorHandler Maven / Gradle / Ivy

The newest version!
package colesico.framework.rpc.clientapi;

import colesico.framework.rpc.RpcError;

public interface RpcErrorHandler {

    /**
     * Create exception from error
     */
    RuntimeException createException(E error);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy