{
throw new ClassNotPersistenceCapableException(candidateClass.getName());
}
if (candidateCmd.getPersistenceCapableSuperclass() != null)
{
throw new PersistentSuperclassNotAllowedException(candidateClass.getName());
}
if (candidateCmd.isRequiresExtent())
{
throw new JPOXUserException(LOCALISER_RDBMS.msg("060000",
candidateClass.getName()));