Package com.hazelcast.spi.exception
Class DistributedObjectDestroyedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.spi.exception.DistributedObjectDestroyedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DistributedObjectDestroyedException extends HazelcastException
AHazelcastException
that indicates that aDistributedObject
access was attempted, but the object is destroyed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistributedObjectDestroyedException(java.lang.String message)
-