|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-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.ValidationException
|
+--oracle.toplink.exceptions.QueryException
|
+--oracle.toplink.sdk.SDKQueryException
Exception used for SDK query problems.
| Field Summary | |
static int |
INVALID_ACCESSOR_CLASS |
static int |
INVALID_MECHANISM_STATE |
static int |
INVALID_SDK_ACCESSOR |
static int |
INVALID_SDK_CALL |
| Method Summary | |
static SDKQueryException |
invalidAccessorClass(java.lang.Class expected, java.lang.Class actual) |
static SDKQueryException |
invalidMechanismState(DatabaseQuery query) |
static SDKQueryException |
invalidSDKAccessor(oracle.toplink.internal.databaseaccess.Accessor accessor) |
static SDKQueryException |
invalidSDKCall(Call call) |
| 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 INVALID_SDK_CALL
public static final int INVALID_MECHANISM_STATE
public static final int INVALID_SDK_ACCESSOR
public static final int INVALID_ACCESSOR_CLASS
| Method Detail |
public static SDKQueryException invalidAccessorClass(java.lang.Class expected,
java.lang.Class actual)
public static SDKQueryException invalidMechanismState(DatabaseQuery query)
public static SDKQueryException invalidSDKAccessor(oracle.toplink.internal.databaseaccess.Accessor accessor)
public static SDKQueryException invalidSDKCall(Call call)
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||