com.ibm.serviceregistry
Class ServiceRegistryInconsistentGraphReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.serviceregistry.ServiceRegistryException
              extended by com.ibm.serviceregistry.ServiceRegistryQueryException
                  extended by com.ibm.serviceregistry.ServiceRegistryInconsistentGraphReadException
All Implemented Interfaces:
ServiceRegistryLocalizedMessage, java.io.Serializable

public class ServiceRegistryInconsistentGraphReadException
extends ServiceRegistryQueryException

Thrown to indicate an error has occurred when attempting to delete an item which another item is dependent on from the repository.

See Also:
Serialized Form

Field Summary
static java.lang.String copyrightStatement
           
 
Fields inherited from class com.ibm.serviceregistry.ServiceRegistryException
messageResource, messageResourceLoader, PROPERTY_BSRURI, rollbackOnly
 
Constructor Summary
ServiceRegistryInconsistentGraphReadException(java.lang.String key, java.lang.Object[] inserts)
           
ServiceRegistryInconsistentGraphReadException(java.lang.String key, java.lang.Object[] inserts, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ibm.serviceregistry.ServiceRegistryException
getCause, getExplanationText, getExplanationText, getFailingObject, getInserts, getLocalizedMessage, getLocalizedMessage, getMapToVersion, getMessage, getMessageKey, getMessageNumber, getMessageResource, getMessageResourceLoader, getMessageSeverity, getMessageText, getMessageText, getProperty, getResourceMessage, getResponseText, getResponseText, getRollbackOnly, setCause, setFailingObject, setMapToVersion, setMessageResource, setProperty, writeReplace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyrightStatement

public static final java.lang.String copyrightStatement
See Also:
Constant Field Values
Constructor Detail

ServiceRegistryInconsistentGraphReadException

public ServiceRegistryInconsistentGraphReadException(java.lang.String key,
                                                     java.lang.Object[] inserts)

ServiceRegistryInconsistentGraphReadException

public ServiceRegistryInconsistentGraphReadException(java.lang.String key,
                                                     java.lang.Object[] inserts,
                                                     java.lang.Throwable cause)


© Copyright IBM Corporation 2006, 2009. All Rights Reserved.