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