com.hazelcast.spi.exception
Class WrongTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.spi.exception.RetryableHazelcastException
com.hazelcast.spi.exception.WrongTargetException
- All Implemented Interfaces:
- RetryableException, Serializable
public class WrongTargetException
- extends RetryableHazelcastException
A RetryableHazelcastException
indicating that an operation is executed on
the wrong machine.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongTargetException
public WrongTargetException(Address thisAddress,
Address target,
int partitionId,
int replicaIndex,
String operationName)
WrongTargetException
public WrongTargetException(Address thisAddress,
Address target,
int partitionId,
int replicaIndex,
String operationName,
String serviceName)
getTarget
public Address getTarget()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.