org.jpox.store.rdbms.exceptions
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 org.jpox.store.exceptions.ClassDefinitionException
                              extended by org.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.
 
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.String className)
Constructs a persistent-superclass-not-allowed exception.

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


Copyright © -2008 . All Rights Reserved.