| com.triactive.jdo.model.ClassMetaDataMismatchException
All known Subclasses: com.triactive.jdo.model.ClassMetaDataFlagMismatchException,
ClassMetaDataMismatchException | public class ClassMetaDataMismatchException extends JDOFatalUserException (Code) | | 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 version: $Revision: 1.3 $ See Also: ClassMetaData |
ClassMetaDataMismatchException | public ClassMetaDataMismatchException(Class clazz, String msg)(Code) | | Constructs a class metadata mismatch exception with the specified detail message.
Parameters: clazz - The enhanced class whose metadata does not match. Parameters: msg - The detail message |
|
|