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:
- Serializable
public class DistributedObjectDestroyedException
- extends HazelcastException
A HazelcastException
that indicates that a DistributedObject
access was attempted, but the object is destroyed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DistributedObjectDestroyedException
public DistributedObjectDestroyedException(String service,
String name)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.