| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.support | |
| com.sun.jdo.spi.persistence.support.ejb.cmp |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOCanRetryException |
class |
JDODataStoreException |
class |
JDODuplicateObjectIdException
JDODuplicateObjectIdException is thrown in case this PersistenceManager
has another instance with the same Object Id in its cache.
|
class |
JDOFatalDataStoreException |
class |
JDOFatalException |
class |
JDOFatalInternalException |
class |
JDOFatalUserException |
class |
JDOObjectNotFoundException
JDOObjectNotFoundException is thrown instead of a more generic JDODataStoreException
in case an internal or an external query returned 0 rows.
|
class |
JDOQueryException |
class |
JDOUnsupportedOptionException |
class |
JDOUserException |
| Modifier and Type | Method and Description |
|---|---|
static void |
CMPBeanHelper.handleJDODuplicateObjectIdAsDuplicateKeyException(String beanName,
String paramList,
JDOException ex)
Called from a CMP bean to process JDODuplicateObjectIdException.
|
static void |
CMPBeanHelper.handleJDODuplicateObjectIdAsEJBException(String beanName,
String paramList,
JDOException ex)
Called from a CMP bean to process JDODuplicateObjectIdException.
|
static void |
CMPBeanHelper.handleJDOObjectNotFoundException(Object primaryKey,
String beanName,
JDOException ex)
Called from a CMP bean to process JDOObjectNotFoundException.
|
static String |
CMPBeanHelper.logJDOExceptionFromPKSetter(String beanName,
JDOException ex)
Called from a CMP bean to log JDOException message thrown
from a PK setter method, with the InternalLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithFinderLogger(String beanName,
Object[] params,
JDOException ex)
Called from a CMP bean to log JDOException message thrown
from a any finder or selector method, with the FinderLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithInternalLogger(String beanName,
JDOException ex)
Called from a CMP bean to log JDOException message thrown
from a any getter or setter method, with the InternalLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithLifecycleLogger(String key,
String beanName,
JDOException ex)
Called from a CMP bean to log JDOException message
with the LifecycleLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithLifecycleLogger(String key,
String beanName,
String paramList,
JDOException ex)
Called from a CMP bean to log JDOException message
with the LifecycleLogger.
|
Copyright © 2017. All rights reserved.