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

E17493-01

oracle.ide.util
Class OutOfFileHandlesUncaughtHandler

java.lang.Object
  extended by oracle.ide.util.OutOfFileHandlesUncaughtHandler
All Implemented Interfaces:
JDevUncaughtExceptionHandler

public final class OutOfFileHandlesUncaughtHandler
extends java.lang.Object
implements JDevUncaughtExceptionHandler

Handler for uncaught exceptions caused by the system running out of available file handles.


Constructor Summary
OutOfFileHandlesUncaughtHandler()
           
 
Method Summary
 boolean uncaughtException(java.lang.Thread t, java.lang.Throwable e)
          Checks if an uncaught exception was caused by the system running out of available file handles, and if so, displays a dialog asking the user to increase the maximum number of file handles in the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutOfFileHandlesUncaughtHandler

public OutOfFileHandlesUncaughtHandler()
Method Detail

uncaughtException

public boolean uncaughtException(java.lang.Thread t,
                                 java.lang.Throwable e)
Checks if an uncaught exception was caused by the system running out of available file handles, and if so, displays a dialog asking the user to increase the maximum number of file handles in the system.

Specified by:
uncaughtException in interface JDevUncaughtExceptionHandler
Parameters:
t - The thread that threw the exception
e - The uncaught exception
Returns:
True if this handler was able to handle the exception, false otherwise

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

E17493-01

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