com.hazelcast.spi.exception
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) |
Modifier and Type | Method and Description |
---|---|
Address |
getTarget() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.