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:
Serializable

public class InstanceDestroyedException
extends Exception

See Also:
Serialized Form

Constructor Summary
InstanceDestroyedException(Instance.InstanceType type, String name)
           
 
Method Summary
 String getName()
           
 Instance.InstanceType getType()
           
 
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(Instance.InstanceType type,
                                  String name)
Method Detail

getType

public Instance.InstanceType getType()

getName

public String getName()


Copyright .9.4.2; 2008-2011 Hazel Ltd. All Rights Reserved.