com.sleepycat.je
Class ExceptionEvent

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

public class ExceptionEvent
extends java.lang.Object


Constructor Summary
ExceptionEvent(java.lang.Exception exception)
           
ExceptionEvent(java.lang.Exception exception, java.lang.String threadName)
           
 
Method Summary
 java.lang.Exception getException()
           
 java.lang.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(java.lang.Exception exception,
                      java.lang.String threadName)

ExceptionEvent

public ExceptionEvent(java.lang.Exception exception)
Method Detail

getException

public java.lang.Exception getException()

getThreadName

public java.lang.String getThreadName()


Copyright 2004,2008 Oracle. All rights reserved.