Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.file
Class FileChangesExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.file.FileChangesExpiredException
All Implemented Interfaces:
java.io.Serializable

public class FileChangesExpiredException
extends java.lang.Exception

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.

Since:
11.1.2
See Also:
Serialized Form

Constructor Summary
FileChangesExpiredException()
          Construct a FileChangesExpiredException without a detail message.
FileChangesExpiredException(java.lang.String message)
          Construct a FileChangesExpiredException with 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

FileChangesExpiredException

public FileChangesExpiredException()
Construct a FileChangesExpiredException without a detail message.


FileChangesExpiredException

public FileChangesExpiredException(java.lang.String message)
Construct a FileChangesExpiredException with a detail message.

Parameters:
message - the detail message

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.