com.hazelcast.client.impl.exceptionconverters
Class JavaClientExceptionConverter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaClientExceptionConverter
public JavaClientExceptionConverter()
convert
public Object convert(Throwable t)
- Specified by:
convert
in interface ClientExceptionConverter
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.