Package com.hazelcast.client.impl.exceptionconverters

Contains logic to convert client exceptions.

See:
          Description

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

Class Summary
ClientExceptionConverters A utility class for getting the correct converter based on the client type.
GenericClientExceptionConverter A ClientExceptionConverter that converts a Throwable to a GenericError.
JavaClientExceptionConverter A ClientExceptionConverter for java.
 

Package com.hazelcast.client.impl.exceptionconverters Description

Contains logic to convert client exceptions. When an Throwable is thrown in Java, it doesn't mean that a client can use it. e.g. c-sharp. This module contains functionality to convert Java Throwable to something a client can use.



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