com.sun.ebxml.registry.lcm
Class RegistryObjectExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.ebxml.registry.RegistryException
              extended bycom.sun.ebxml.registry.lcm.RegistryObjectExistsException
All Implemented Interfaces:
java.io.Serializable

public class RegistryObjectExistsException
extends RegistryException

This exception will be thrown if the RegistryObject already exist (i.e. the UUID is not globally unique)

See Also:
Serialized Form

Constructor Summary
RegistryObjectExistsException(java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
           
 
Methods inherited from class com.sun.ebxml.registry.RegistryException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RegistryObjectExistsException

public RegistryObjectExistsException(java.lang.String id)
Method Detail

getId

public java.lang.String getId()