Skip navigation links

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

B28219-01


oracle.toplink.sdk
Class SDKDataStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.toplink.exceptions.TopLinkException
                  extended byoracle.toplink.exceptions.DatabaseException
                      extended byoracle.toplink.sdk.SDKDataStoreException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EISException, 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, 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

 

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, getQueryArguments, getQueryArgumentsRecord, logoutWhileTransactionInProgress, sequenceTableInformationNotComplete, setQuery, setQueryArguments, sqlException, sqlException, sqlException, synchronizedUnitOfWorkDoesNotSupportCommitAndResume, transactionManagerNotSetForJTSDriver

 

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. 

Skip navigation links

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