|
Berkeley DB Java Edition version 4.1.6 |
|||||||||
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(Exception exception)
|
|
ExceptionEvent(Exception exception,
String threadName)
|
Method Summary | |
---|---|
Exception |
getException()
Returns the exception in the event. |
String |
getThreadName()
Returns the name of the daemon thread that threw the exception. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExceptionEvent(Exception exception, String threadName)
public ExceptionEvent(Exception exception)
Method Detail |
---|
public Exception getException()
public String getThreadName()
public String toString()
toString
in class Object
|
Berkeley DB Java Edition version 4.1.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |