An exception thrown when an operation is invoked that requires a persistable object yet the object passed in
is not suitable. This usually means that it doesnt implement "javax.jdo.PersistenceCapable"
version: $Revision: 1.1 $
Constructs a class-not-persistable exception with the specified detail message and nested exception.
Parameters: className - name of the class Parameters: nested - the nested exception(s).
Fields inherited from org.jpox.exceptions.JPOXException