ClassNotPersistenceCapableException |
public class ClassNotPersistenceCapableException extends JDOUserException (Code) |
| An ClassNotPersistenceCapableException is thrown if an attempt is
made to persist or otherwise manage an object whose class is not persistence-
capable.
This may be because the class has not been appropriately enhanced or because
the class metadata is not accessible.
author: Mike Martin version: $Revision: 1.5 $ |