|
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.Objectoracle.ide.util.OutOfFileHandlesUncaughtHandler
public final class OutOfFileHandlesUncaughtHandler
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 |
|---|
public OutOfFileHandlesUncaughtHandler()
| Method Detail |
|---|
public boolean uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
uncaughtException in interface JDevUncaughtExceptionHandlert - The thread that threw the exceptione - The uncaught exception
|
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 | |||||||||