|
Berkeley DB Java Edition version 3.2.13 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.ExceptionEvent
public class ExceptionEvent
A class representing an exception event. Contains an exception and the name of the daemon thread that it was thrown from.
Constructor Summary | |
---|---|
ExceptionEvent()
|
Method Summary | |
---|---|
Exception |
getException()
Returns the exception in the event. |
String |
getThreadName()
Returns the name of the daemon thread that threw the exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionEvent()
Method Detail |
---|
public Exception getException()
public String getThreadName()
|
Berkeley DB Java Edition version 3.2.13 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |