com.hazelcast.client.impl.exceptionconverters
Class GenericClientExceptionConverter

java.lang.Object
  extended by com.hazelcast.client.impl.exceptionconverters.GenericClientExceptionConverter
All Implemented Interfaces:
ClientExceptionConverter

public final class GenericClientExceptionConverter
extends Object
implements ClientExceptionConverter

A ClientExceptionConverter that converts a Throwable to a GenericError.


Constructor Summary
GenericClientExceptionConverter()
           
 
Method Summary
 Object convert(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericClientExceptionConverter

public GenericClientExceptionConverter()
Method Detail

convert

public Object convert(Throwable t)
Specified by:
convert in interface ClientExceptionConverter


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