org.jpox.store.rdbms.exceptions
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 byorg.jpox.store.exceptions.ClassDefinitionException
                              extended byorg.jpox.store.rdbms.exceptions.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.

Version:
$Revision: 1.1 $
See Also:
ClassView, Serialized Form

Field Summary
 
Fields inherited from class org.jpox.store.exceptions.ClassDefinitionException
LOCALISER
 
Constructor Summary
PersistentSuperclassNotAllowedException(java.lang.String className)
          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.String className)
Constructs a persistent-superclass-not-allowed exception.

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


Copyright © -2007 . All Rights Reserved.