| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-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
oracle.ide.file.FileChangesExpiredException
public class FileChangesExpiredException
Thrown when file change data has expired.  This happens when there have
 been too many changes since a prior version of the file table.  It should
 be assumed that all files have changed.  Typically, callers handling this
 exception should delete any cached or persisted data related to the files
 in the file table, and then call FileTable.getChangesSince(int, long, oracle.ide.file.FileChangeListener) again
 with FileTable.FIRST_VERSION as the version number.
| Constructor Summary | |
|---|---|
| FileChangesExpiredException()Construct a FileChangesExpiredExceptionwithout a detail message. | |
| FileChangesExpiredException(java.lang.String message)Construct a FileChangesExpiredExceptionwith a detail message. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 FileChangesExpiredException()
FileChangesExpiredException without a detail message.
public FileChangesExpiredException(java.lang.String message)
FileChangesExpiredException with a detail message.
message - the detail message| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||