com.sleepycat.je
Class ExceptionEvent
java.lang.Object
com.sleepycat.je.ExceptionEvent
public class ExceptionEvent
- extends Object
A class representing an exception event. Contains an exception and the name
of the daemon thread that it was thrown from.
ExceptionEvent
public ExceptionEvent(Exception exception,
String threadName)
ExceptionEvent
public ExceptionEvent(Exception exception)
getException
public Exception getException()
- Returns the exception in the event.
getThreadName
public String getThreadName()
- Returns the name of the daemon thread that threw the exception.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2004-2012 Oracle. All rights reserved.