com.triactive.jdo.store
Class PersistentSuperclassNotAllowedException

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.store.ClassDefinitionException
                              extended by com.triactive.jdo.store.PersistentSuperclassNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class PersistentSuperclassNotAllowedException
extends ClassDefinitionException

A PersistentSuperclassNotAllowedException is thrown if a persistence-capable class is declared to have a persistence-capable superclass when that class is backed by a view.

Author:
Mike Martin
See Also:
ClassView, Serialized Form

Constructor Summary
PersistentSuperclassNotAllowedException(java.lang.Class clazz)
          Constructs a persistent-superclass-not-allowed exception.
 
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

PersistentSuperclassNotAllowedException

public PersistentSuperclassNotAllowedException(java.lang.Class clazz)
Constructs a persistent-superclass-not-allowed exception.

Parameters:
clazz - The class having the persistence-capable superclass.


Copyright ? 2001 TriActive, Inc. All Rights Reserved.