com.hazelcast.client.impl.exceptionconverters
Class JavaClientExceptionConverter

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

public final class JavaClientExceptionConverter
extends Object
implements ClientExceptionConverter

A ClientExceptionConverter for java. It doesn't do anything; just returns the passed Throwable.


Constructor Summary
JavaClientExceptionConverter()
           
 
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

JavaClientExceptionConverter

public JavaClientExceptionConverter()
Method Detail

convert

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


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