|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.jbo.JboWarning
oracle.jbo.RowLimitExceededWarning
public class RowLimitExceededWarning
A View Object will not fetch rows more than a globally configurable row limit. When the limit is exceeded a warning is registered so that the user knows that result set may not be complete.
Field Summary |
---|
Fields inherited from class oracle.jbo.JboWarning |
---|
mHelper, SEVERITY_ERROR, SEVERITY_RAC_RECOVERABLE_ERROR, SEVERITY_RECOVERABLE_ERROR, SEVERITY_VETOABLE_WARNING, SEVERITY_WARNING |
Constructor Summary | |
---|---|
RowLimitExceededWarning(java.lang.String voName)
Constructs a new instance. |
Method Summary | |
---|---|
boolean |
isExceptionInNonUIContext()
This method returns true for warnings that must be treated as errors when the application is running in non-interactive context like webservices and batch programs. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RowLimitExceededWarning(java.lang.String voName)
voName
- The name of the view object that is trying to fetch
the rows beyond the row limit.Method Detail |
---|
public boolean isExceptionInNonUIContext()
JboWarning
isExceptionInNonUIContext
in class JboWarning
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |