com.ibm.serviceregistry
Class ServiceRegistryInvalidGenericObjectGraphException

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

public class ServiceRegistryInvalidGenericObjectGraphException
extends ServiceRegistryException

Thrown to indicate that a generic object graph supplied to the WSRR API (most likely for the purposes of creation) is structurally invalid (that is, one or more of the relationships between the generic objects that comprise the graph are not allowed by the rules of the WSRR).

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
ServiceRegistryInvalidGenericObjectGraphException(java.lang.String message, java.lang.Object[] objects)
           
ServiceRegistryInvalidGenericObjectGraphException(java.lang.String message, java.lang.Object[] objects, 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

ServiceRegistryInvalidGenericObjectGraphException

public ServiceRegistryInvalidGenericObjectGraphException(java.lang.String message,
                                                         java.lang.Object[] objects)

ServiceRegistryInvalidGenericObjectGraphException

public ServiceRegistryInvalidGenericObjectGraphException(java.lang.String message,
                                                         java.lang.Object[] objects,
                                                         java.lang.Throwable cause)


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