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:
 Serializable
Thrown when a client invocation is failed because related target is disconnected and
 whether the invocation is run or not, is indeterminate
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionTargetDisconnectedException(String message) TargetDisconnectedException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
TargetDisconnectedException
 - 
TargetDisconnectedException
 
 -