com.hazelcast.client.impl.exceptionconverters
Interface ClientExceptionConverter

All Known Implementing Classes:
GenericClientExceptionConverter, JavaClientExceptionConverter

public interface ClientExceptionConverter

The ClientExceptionConverter is responsible for converting a Java Throwable to something a client can understand.


Method Summary
 Object convert(Throwable t)
           
 

Method Detail

convert

Object convert(Throwable t)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.