00001 /*- 00002 * See the file LICENSE for redistribution information. 00003 * 00004 * Copyright (c) 2000-2005 00005 * Sleepycat Software. All rights reserved. 00006 * 00007 * $Id: ExceptionWrapper.java,v 12.2 2005/08/01 20:25:22 mark Exp $ 00008 */ 00009 00010 package com.sleepycat.util; 00011 00017 public interface ExceptionWrapper { 00018 00026 Throwable getDetail(); 00027 00038 Throwable getCause(); 00039 }