com.sleepycat.je
Class ExceptionEvent

java.lang.Object
  extended by com.sleepycat.je.ExceptionEvent

public class ExceptionEvent
extends Object


Constructor Summary
ExceptionEvent(Exception exception)
           
ExceptionEvent(Exception exception, String threadName)
           
 
Method Summary
 Exception getException()
           
 String getThreadName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionEvent

public ExceptionEvent(Exception exception,
                      String threadName)

ExceptionEvent

public ExceptionEvent(Exception exception)
Method Detail

getException

public Exception getException()

getThreadName

public String getThreadName()


Copyright 2004,2008 Oracle. All rights reserved.