com.hazelcast.core
Class DuplicateInstanceNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.core.HazelcastException
                  extended by com.hazelcast.core.DuplicateInstanceNameException
All Implemented Interfaces:
Serializable

public class DuplicateInstanceNameException
extends HazelcastException

Thrown when a duplicate instance name is detected.

See Also:
Serialized Form

Constructor Summary
DuplicateInstanceNameException()
           
DuplicateInstanceNameException(String message)
           
 
Method Summary
 
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

DuplicateInstanceNameException

public DuplicateInstanceNameException()

DuplicateInstanceNameException

public DuplicateInstanceNameException(String message)


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.