|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.toplink.exceptions.TopLinkException
oracle.toplink.exceptions.JDOException
Deprecated. since OracleAS TopLink 10g (10.1.3).
JDO exception class.
| Field Summary | |
static int |
ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTIDDeprecated. |
static int |
OBJECT_FOR_ID_DOES_NOT_EXISTDeprecated. |
static int |
OBJECT_IS_NOT_TRANSACTIONALDeprecated. |
static int |
TRANSACTION_IS_ALREADY_ACTIVEDeprecated. |
static int |
TRANSACTION_IS_NOT_ACTIVEDeprecated. |
static int |
TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTIONDeprecated. |
| Constructor Summary | |
JDOException(java.lang.String message)Deprecated. |
|
| Method Summary | |
static JDOException |
argumentObjectIsNotJDOObjectId(java.lang.Object object)Deprecated. |
static JDOException |
objectForIdDoesNotExist(java.lang.Object object)Deprecated. |
static JDOException |
objectIsNotTransactional(java.lang.Object object)Deprecated. |
static JDOException |
transactionalReadWithoutActiveTransaction()Deprecated. |
static JDOException |
transactionIsAlreadyActive()Deprecated. |
static JDOException |
transactionIsNotActive()Deprecated. |
| Methods inherited from class oracle.toplink.exceptions.TopLinkException |
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int OBJECT_IS_NOT_TRANSACTIONAL
public static final int ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTID
public static final int OBJECT_FOR_ID_DOES_NOT_EXIST
public static final int TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTION
public static final int TRANSACTION_IS_ALREADY_ACTIVE
public static final int TRANSACTION_IS_NOT_ACTIVE
| Constructor Detail |
public JDOException(java.lang.String message)
| Method Detail |
public static JDOException objectIsNotTransactional(java.lang.Object object)
public static JDOException argumentObjectIsNotJDOObjectId(java.lang.Object object)
public static JDOException objectForIdDoesNotExist(java.lang.Object object)
public static JDOException transactionalReadWithoutActiveTransaction()
public static JDOException transactionIsAlreadyActive()
public static JDOException transactionIsNotActive()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||