public class TargetDisconnectedException extends RetryableHazelcastException
RetryableHazelcastException that indicates that an operation is about to
 be send to a non existing machine.| Constructor and Description | 
|---|
| TargetDisconnectedException() | 
| TargetDisconnectedException(Address address) | 
| TargetDisconnectedException(String message) | 
| TargetDisconnectedException(String message,
                           Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Exception | newTargetDisconnectedExceptionCausedByHeartbeat(Address memberAddress,
                                               String connectionString,
                                               long lastHeartbeatRequestedMillis,
                                               long lastHeartbeatReceivedMillis,
                                               long lastReadMillis,
                                               Throwable cause) | 
| static Exception | newTargetDisconnectedExceptionCausedByMemberLeftEvent(Member member,
                                                     String connectionString) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TargetDisconnectedException()
public TargetDisconnectedException(Address address)
public TargetDisconnectedException(String message)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.