public class ClientExceptionFactory extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ClientExceptionFactory.ExceptionFactory | 
| Constructor and Description | 
|---|
| ClientExceptionFactory(boolean jcacheAvailable) | 
| Modifier and Type | Method and Description | 
|---|---|
| Throwable | createException(ClientMessage clientMessage) | 
| ClientMessage | createExceptionMessage(Throwable throwable) | 
| void | register(int errorCode,
        Class clazz,
        ClientExceptionFactory.ExceptionFactory exceptionFactory) | 
public Throwable createException(ClientMessage clientMessage)
public ClientMessage createExceptionMessage(Throwable throwable)
public void register(int errorCode,
                     Class clazz,
                     ClientExceptionFactory.ExceptionFactory exceptionFactory)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.