com.hazelcast.core
Class InstanceDestroyedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hazelcast.core.InstanceDestroyedException
All Implemented Interfaces:
DataSerializable, Serializable

public class InstanceDestroyedException
extends Exception
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
InstanceDestroyedException()
           
InstanceDestroyedException(Instance.InstanceType type, String name)
           
 
Method Summary
 String getName()
           
 Instance.InstanceType getType()
           
 void readData(DataInput in)
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceDestroyedException

public InstanceDestroyedException()

InstanceDestroyedException

public InstanceDestroyedException(Instance.InstanceType type,
                                  String name)
Method Detail

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 Hazelcast, Inc. All Rights Reserved.