com.ibm.serviceregistry
Class ServiceRegistryInvalidGenericObjectGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.serviceregistry.ServiceRegistryException
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
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
copyrightStatement
public static final java.lang.String copyrightStatement
See Also: Constant Field Values
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.