|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 |
Type | Field |
---|---|
static int |
INVALID_ACCESSOR_CLASS
|
static int |
INVALID_MECHANISM_STATE
|
static int |
INVALID_SDK_ACCESSOR
|
static int |
INVALID_SDK_CALL
|
Method Summary |
Type | Method |
---|---|
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 |
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 |
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |