com.ibm.j2ca.base.exceptions
Class InvalidPropertyDefinitionException

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

public class InvalidPropertyDefinitionException
extends javax.resource.ResourceException

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

See Also:
Serialized Form

Constructor Summary
InvalidPropertyDefinitionException(commonj.sdo.Property p, java.lang.String message)
           
InvalidPropertyDefinitionException(commonj.sdo.Property p, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 commonj.sdo.Property getProperty()
           
 
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

InvalidPropertyDefinitionException

public InvalidPropertyDefinitionException(commonj.sdo.Property p,
                                          java.lang.String message)

InvalidPropertyDefinitionException

public InvalidPropertyDefinitionException(commonj.sdo.Property p,
                                          java.lang.String message,
                                          java.lang.Throwable cause)
Method Detail

getProperty

public commonj.sdo.Property getProperty()