oracle.toplink.exceptions
Class JDOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.toplink.exceptions.TopLinkException
                          |
                          +--oracle.toplink.exceptions.JDOException
All Implemented Interfaces:
java.io.Serializable

public class JDOException
extends TopLinkException

See Also:
Serialized Form

Field Summary
TypeField
static int ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTID
           
static int OBJECT_FOR_ID_DOES_NOT_EXIST
           
static int OBJECT_IS_NOT_TRANSACTIONAL
           
static int TRANSACTION_IS_ALREADY_ACTIVE
           
static int TRANSACTION_IS_NOT_ACTIVE
           
static int TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTION
           
 
Constructor Summary
JDOException(java.lang.String message)
           
 
Method Summary
TypeMethod
static JDOException argumentObjectIsNotJDOObjectId(java.lang.Object object)
           
static JDOException objectForIdDoesNotExist(java.lang.Object object)
           
static JDOException objectIsNotTransactional(java.lang.Object object)
           
static JDOException transactionalReadWithoutActiveTransaction()
           
static JDOException transactionIsAlreadyActive()
           
static JDOException transactionIsNotActive()
           
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
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

ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTID

public static final int ARGUMENT_OBJECT_IS_NOT_JDO_OBJECTID

OBJECT_FOR_ID_DOES_NOT_EXIST

public static final int OBJECT_FOR_ID_DOES_NOT_EXIST

TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTION

public static final int TRANSACTIONAL_READ_WITHOUT_ACTIVE_TRANSACTION

TRANSACTION_IS_ALREADY_ACTIVE

public static final int TRANSACTION_IS_ALREADY_ACTIVE

TRANSACTION_IS_NOT_ACTIVE

public static final int TRANSACTION_IS_NOT_ACTIVE
Constructor Detail

JDOException

public JDOException(java.lang.String message)
Method Detail

objectIsNotTransactional

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

argumentObjectIsNotJDOObjectId

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

objectForIdDoesNotExist

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

transactionalReadWithoutActiveTransaction

public static JDOException transactionalReadWithoutActiveTransaction()

transactionIsAlreadyActive

public static JDOException transactionIsAlreadyActive()

transactionIsNotActive

public static JDOException transactionIsNotActive()