com.hazelcast.core
Class InstanceDestroyedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hazelcast.core.InstanceDestroyedException
- All Implemented Interfaces:
- DataSerializable, Serializable
public class InstanceDestroyedException
- extends Exception
- implements DataSerializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InstanceDestroyedException
public InstanceDestroyedException()
InstanceDestroyedException
public InstanceDestroyedException(Instance.InstanceType type,
String name)
getType
public Instance.InstanceType getType()
getName
public String getName()
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData
in interface DataSerializable
- Throws:
IOException
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData
in interface DataSerializable
- Throws:
IOException
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.