com.triactive.jdo.store
Class PersistentSuperclassNotAllowedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOFatalException
                      extended byjavax.jdo.JDOFatalUserException
                          extended bycom.triactive.jdo.store.ClassDefinitionException
                              extended bycom.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.
 
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-2007 The TJDO Project All Rights Reserved.