Package 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.TargetDisconnectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class TargetDisconnectedException extends HazelcastException
Thrown when a client invocation is failed because related target is disconnected and whether the invocation is run or not, is indeterminate- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetDisconnectedException(java.lang.String message)
TargetDisconnectedException(java.lang.String message, java.lang.Throwable cause)
-