Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.sdk
Class SDKDataStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.toplink.exceptions.TopLinkException
                  extended by oracle.toplink.exceptions.DatabaseException
                      extended by oracle.toplink.sdk.SDKDataStoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XMLDataStoreException

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis

public class SDKDataStoreException
extends DatabaseException

Exception used for any problem detected while interacting with the "data store".

Since:
TOPLink/Java 3.0
See Also:
Serialized Form

Field Summary
static int IAE_WHEN_INSTANTIATING_ACCESSOR
          Deprecated.  
static int IE_WHEN_INSTANTIATING_ACCESSOR
          Deprecated.  
static int INCORRECT_LOGIN_INSTANCE_PROVIDED
          Deprecated.  
static int INVALID_CALL
          Deprecated.  
static int SDK_PLATFORM_DOES_SUPPORT_SEQUENCES
          Deprecated.  
static int UNSUPPORTED
          Deprecated.  
 
Fields inherited from class oracle.toplink.exceptions.DatabaseException
CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK, CONFIGURATION_ERROR_CLASS_NOT_FOUND, CONFIGURATION_ERROR_NEW_INSTANCE_ILLEGAL_ACCESS_EXCEPTION, CONFIGURATION_ERROR_NEW_INSTANCE_INSTANTIATION_EXCEPTION, COULD_NOT_CONVERT_OBJECT_TYPE, COULD_NOT_FIND_MATCHED_DATABASE_FIELD_FOR_SPECIFIED_OPTOMISTICLOCKING_FIELDS, DATABASE_ACCESSOR_NOT_CONNECTED, ERROR_PREALLOCATING_SEQUENCE_NUMBERS, ERROR_READING_BLOB_DATA, ERROR_RETRIEVE_DB_METADATA_THROUGH_JDBC_CONNECTION, LOGOUT_WHILE_TRANSACTION_IN_PROGRESS, SEQUENCE_TABLE_INFORMATION_NOT_COMPLETE, SQL_EXCEPTION, SYNCHRONIZED_UNITOFWORK_DOES_NOT_SUPPORT_COMMITANDRESUME, TRANSACTION_MANAGER_NOT_SET_FOR_JTS_DRIVER, UNABLE_TO_ACQUIRE_CONNECTION_FROM_DRIVER
 
Method Summary
static SDKDataStoreException illegalAccessExceptionWhenInstantiatingAccessor(java.lang.IllegalAccessException iae, java.lang.Class accessorClass)
          Deprecated.  
static SDKDataStoreException incorrectLoginInstanceProvided(java.lang.Class loginClass)
          Deprecated.  
static SDKDataStoreException instantiationExceptionWhenInstantiatingAccessor(java.lang.InstantiationException ie, java.lang.Class accessorClass)
          Deprecated.  
static SDKDataStoreException invalidCall(DatabaseQuery query)
          Deprecated.  
static SDKDataStoreException sdkPlatformDoesNotSupportSequences()
          Deprecated.  
static SDKDataStoreException unsupported(java.lang.String feature)
          Deprecated.  
 
Methods inherited from class oracle.toplink.exceptions.DatabaseException
cannotRegisterSynchronizatonListenerForUnitOfWork, configurationErrorClassNotFound, configurationErrorNewInstanceIllegalAccessException, configurationErrorNewInstanceInstantiationException, couldNotConvertObjectType, databaseAccessorNotConnected, databaseAccessorNotConnected, errorPreallocatingSequenceNumbers, errorReadingBlobData, errorRetrieveDbMetadataThroughJDBCConnection, getAccessor, getCall, getDatabaseErrorCode, getMessage, getQuery, getQueryArgumentsRecord, isCommunicationFailure, logoutWhileTransactionInProgress, sequenceTableInformationNotComplete, setQuery, setQueryArguments, specifiedLockingFieldsNotFoundInDatabase, sqlException, sqlException, sqlException, sqlException, synchronizedUnitOfWorkDoesNotSupportCommitAndResume, transactionManagerNotSetForJTSDriver, unableToAcquireConnectionFromDriverException, unableToAcquireConnectionFromDriverException
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, 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

UNSUPPORTED

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

INCORRECT_LOGIN_INSTANCE_PROVIDED

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

INVALID_CALL

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

IE_WHEN_INSTANTIATING_ACCESSOR

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

IAE_WHEN_INSTANTIATING_ACCESSOR

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

SDK_PLATFORM_DOES_SUPPORT_SEQUENCES

public static final int SDK_PLATFORM_DOES_SUPPORT_SEQUENCES
Deprecated. 
See Also:
Constant Field Values
Method Detail

illegalAccessExceptionWhenInstantiatingAccessor

public static SDKDataStoreException illegalAccessExceptionWhenInstantiatingAccessor(java.lang.IllegalAccessException iae,
                                                                                    java.lang.Class accessorClass)
Deprecated. 

incorrectLoginInstanceProvided

public static SDKDataStoreException incorrectLoginInstanceProvided(java.lang.Class loginClass)
Deprecated. 

instantiationExceptionWhenInstantiatingAccessor

public static SDKDataStoreException instantiationExceptionWhenInstantiatingAccessor(java.lang.InstantiationException ie,
                                                                                    java.lang.Class accessorClass)
Deprecated. 

invalidCall

public static SDKDataStoreException invalidCall(DatabaseQuery query)
Deprecated. 

sdkPlatformDoesNotSupportSequences

public static SDKDataStoreException sdkPlatformDoesNotSupportSequences()
Deprecated. 

unsupported

public static SDKDataStoreException unsupported(java.lang.String feature)
Deprecated. 

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