|
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.DatabaseException
oracle.toplink.sdk.SDKDataStoreException
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
Exception used for any problem detected while interacting with the "data store".
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. |
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.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 |
public static final int UNSUPPORTED
public static final int INCORRECT_LOGIN_INSTANCE_PROVIDED
public static final int INVALID_CALL
public static final int IE_WHEN_INSTANTIATING_ACCESSOR
public static final int IAE_WHEN_INSTANTIATING_ACCESSOR
public static final int SDK_PLATFORM_DOES_SUPPORT_SEQUENCES
Method Detail |
public static SDKDataStoreException illegalAccessExceptionWhenInstantiatingAccessor(java.lang.IllegalAccessException iae, java.lang.Class accessorClass)
public static SDKDataStoreException incorrectLoginInstanceProvided(java.lang.Class loginClass)
public static SDKDataStoreException instantiationExceptionWhenInstantiatingAccessor(java.lang.InstantiationException ie, java.lang.Class accessorClass)
public static SDKDataStoreException invalidCall(DatabaseQuery query)
public static SDKDataStoreException sdkPlatformDoesNotSupportSequences()
public static SDKDataStoreException unsupported(java.lang.String feature)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |