public class WrongTargetException extends RetryableHazelcastException
RetryableHazelcastException
indicating that an operation is executed on
the wrong machine.Constructor and Description |
---|
WrongTargetException(Address thisAddress,
Address target,
int partitionId,
int replicaIndex,
String operationName) |
WrongTargetException(Address thisAddress,
Address target,
int partitionId,
int replicaIndex,
String operationName,
String serviceName) |
WrongTargetException(String message) |
Modifier and Type | Method and Description |
---|---|
Address |
getTarget() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongTargetException(Address thisAddress, Address target, int partitionId, int replicaIndex, String operationName)
public WrongTargetException(Address thisAddress, Address target, int partitionId, int replicaIndex, String operationName, String serviceName)
public WrongTargetException(String message)
public Address getTarget()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.