Class PersistentSuperclassNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.rdbms.exceptions.ClassDefinitionException
org.datanucleus.store.rdbms.exceptions.PersistentSuperclassNotAllowedException
All Implemented Interfaces:
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.
See Also:
  • Field Details

  • Constructor Details

    • PersistentSuperclassNotAllowedException

      public PersistentSuperclassNotAllowedException(String className)
      Constructs a persistent-superclass-not-allowed exception.
      Parameters:
      className - The class having the persistence-capable superclass.