Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.exceptions
Class JDOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.toplink.exceptions.TopLinkException
                  extended byoracle.toplink.exceptions.JDOException

All Implemented Interfaces:
java.io.Serializable

Deprecated. since OracleAS TopLink 10g (10.1.3).

public class JDOException
extends TopLinkException

JDO exception class.

See Also:
Serialized Form

Field Summary
static int ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTID
          Deprecated.  
static int OBJECT_FOR_ID_DOES_NOT_EXIST
          Deprecated.  
static int OBJECT_IS_NOT_TRANSACTIONAL
          Deprecated.  
static int TRANSACTION_IS_ALREADY_ACTIVE
          Deprecated.  
static int TRANSACTION_IS_NOT_ACTIVE
          Deprecated.  
static int TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTION
          Deprecated.  

 

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

OBJECT_IS_NOT_TRANSACTIONAL

public static final int OBJECT_IS_NOT_TRANSACTIONAL
Deprecated. 
See Also:
Constant Field Values

ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTID

public static final int ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTID
Deprecated. 
See Also:
Constant Field Values

OBJECT_FOR_ID_DOES_NOT_EXIST

public static final int OBJECT_FOR_ID_DOES_NOT_EXIST
Deprecated. 
See Also:
Constant Field Values

TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTION

public static final int TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTION
Deprecated. 
See Also:
Constant Field Values

TRANSACTION_IS_ALREADY_ACTIVE

public static final int TRANSACTION_IS_ALREADY_ACTIVE
Deprecated. 
See Also:
Constant Field Values

TRANSACTION_IS_NOT_ACTIVE

public static final int TRANSACTION_IS_NOT_ACTIVE
Deprecated. 
See Also:
Constant Field Values

Constructor Detail

JDOException

public JDOException(java.lang.String message)
Deprecated. 

Method Detail

objectIsNotTransactional

public static JDOException objectIsNotTransactional(java.lang.Object object)
Deprecated. 

argumentObjectIsNotJDOObjectId

public static JDOException argumentObjectIsNotJDOObjectId(java.lang.Object object)
Deprecated. 

objectForIdDoesNotExist

public static JDOException objectForIdDoesNotExist(java.lang.Object object)
Deprecated. 

transactionalReadWithoutActiveTransaction

public static JDOException transactionalReadWithoutActiveTransaction()
Deprecated. 

transactionIsAlreadyActive

public static JDOException transactionIsAlreadyActive()
Deprecated. 

transactionIsNotActive

public static JDOException transactionIsNotActive()
Deprecated. 

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.