|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-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.jbo.JboException oracle.jbo.PiggybackException
Indicates a failure while reading/writing piggyback.
Field Summary |
Fields inherited from class oracle.jbo.JboException |
mHasPeerException |
Constructor Summary | |
PiggybackException(java.lang.String message)
Create an exception indicating that some error occurred while either reading or writing piggyback. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PiggybackException(java.lang.String message)
Most typically, this exception is thrown when:
1. While writing piggyback content, some exception was thrown
from the readObject
method.
2. While reading piggyback content, the target object class was found.
3. While reading piggyback a version mismatch was discovered between the middle tier and the client tier.
Note that as this exception may be thrown from the thin client, the error text is not retrieved from the message bundle. Instead, the text is passed in as a string.
This exception normally carries a detail exception. The detail exception will give further information about what went wrong.
message
- the erorr message.
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.