com.hazelcast.spi.exception
Class TargetDisconnectedException
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.TargetDisconnectedException
- All Implemented Interfaces:
- RetryableException, Serializable
public class TargetDisconnectedException
- extends RetryableHazelcastException
A RetryableHazelcastException
that indicates that an operation is about to
be send to a non existing machine.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TargetDisconnectedException
public TargetDisconnectedException()
TargetDisconnectedException
public TargetDisconnectedException(Address address)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.