com.ibm.j2ca.base.exceptions
Class InvalidObjectDefinitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended bycom.ibm.j2ca.base.exceptions.InvalidObjectDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidObjectDefinitionException
extends javax.resource.ResourceException

Thrown if the adapter encounters any problems with the object definition such as unparasable metadata or unacceptable structures that violate the adapter's documented requirements.

See Also:
Serialized Form

Constructor Summary
InvalidObjectDefinitionException(java.lang.String objNamespace, java.lang.String objComplexTypeName, java.lang.String message)
           
InvalidObjectDefinitionException(java.lang.String namespace, java.lang.String complexTypeName, java.lang.String message, java.lang.Throwable cause)
           
InvalidObjectDefinitionException(commonj.sdo.Type busObjType, java.lang.String message)
           
InvalidObjectDefinitionException(commonj.sdo.Type busObjType, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getObjectComplexTypeName()
           
 java.lang.String getObjectNamespace()
           
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
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

InvalidObjectDefinitionException

public InvalidObjectDefinitionException(java.lang.String objNamespace,
                                        java.lang.String objComplexTypeName,
                                        java.lang.String message)

InvalidObjectDefinitionException

public InvalidObjectDefinitionException(java.lang.String namespace,
                                        java.lang.String complexTypeName,
                                        java.lang.String message,
                                        java.lang.Throwable cause)

InvalidObjectDefinitionException

public InvalidObjectDefinitionException(commonj.sdo.Type busObjType,
                                        java.lang.String message)

InvalidObjectDefinitionException

public InvalidObjectDefinitionException(commonj.sdo.Type busObjType,
                                        java.lang.String message,
                                        java.lang.Throwable cause)
Method Detail

getObjectNamespace

public java.lang.String getObjectNamespace()

getObjectComplexTypeName

public java.lang.String getObjectComplexTypeName()