Hazelcast.Exceptions Namespace
Classes
| AuthenticationException | Represents the exception that is thrown when authentication fails.  | 
        
| ClientOfflineException | Represents the exception that is thrown when the Hazelcast client is invoked but is not connected.  | 
        
| ConnectionException | Represents the exception that is thrown when connection to a member fails.  | 
        
| HazelcastException | Represents the generic exception that is throw when Hazelcast goes south.  | 
        
| TargetDisconnectedException | Represents the exception that is thrown when the target of an invocation disconnects.  | 
        
| TargetUnreachableException | Represents the exception that is thrown when the target of an invocation is not reachable.  | 
        
| TaskTimeoutException | Represents the exception that is throw when an async task times out.  |