com.triactive.jdo.model
Class ClassMetaDataMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOFatalException
                      extended by javax.jdo.JDOFatalUserException
                          extended by com.triactive.jdo.model.ClassMetaDataMismatchException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassMetaDataFlagMismatchException

public class ClassMetaDataMismatchException
extends javax.jdo.JDOFatalUserException

A ClassMetaDataMismatchException is thrown if the names, types, or flags of the persistent fields of an enhanced class do not match those that would be expected based on the corresponding JDO metadata.

Author:
Mike Martin
See Also:
ClassMetaData, Serialized Form

Constructor Summary
ClassMetaDataMismatchException(java.lang.Class clazz, java.lang.String msg)
          Constructs a class metadata mismatch exception with the specified detail message.
 
Method Summary
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassMetaDataMismatchException

public ClassMetaDataMismatchException(java.lang.Class clazz,
                                      java.lang.String msg)
Constructs a class metadata mismatch exception with the specified detail message.

Parameters:
clazz - The enhanced class whose metadata does not match.
msg - The detail message


Copyright ? 2001 TriActive, Inc. All Rights Reserved.