See: Description
| Interface | Description | 
|---|---|
| ClientExceptionConverter | 
 The ClientExceptionConverter is responsible for converting a Java Throwable to something a client can understand. 
 | 
| Class | Description | 
|---|---|
| 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. | 
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 © 2014 Hazelcast, Inc.. All Rights Reserved.