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

com.hazelcast.client.ClientExceptionConverter Maven / Gradle / Ivy

package com.hazelcast.client;

/**
 * @author mdogan 7/3/13
 */
interface ClientExceptionConverter {

    Object convert(Throwable t);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy