public class InstanceDestroyedException extends Exception implements DataSerializable
| Constructor and Description |
|---|
InstanceDestroyedException() |
InstanceDestroyedException(Instance.InstanceType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Instance.InstanceType |
getType() |
void |
readData(DataInput in) |
void |
writeData(DataOutput out) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstanceDestroyedException()
public InstanceDestroyedException(Instance.InstanceType type, String name)
public Instance.InstanceType getType()
public String getName()
public void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.