com.sun.ebxml.registry.lcm
Class ReferencesExistException

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

public class ReferencesExistException
extends RegistryException

When deleting a RegistryObject, this exception will be thrown if there exists any objects that are referencing the RegistryObject to be deleted

See Also:
Serialized Form

Constructor Summary
ReferencesExistException(java.lang.String message)
           
 
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

ReferencesExistException

public ReferencesExistException(java.lang.String message)