com.sleepycat.bdb.util
Class IOExceptionWrapper
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.sleepycat.bdb.util.IOExceptionWrapper
- All Implemented Interfaces: 
- ExceptionWrapper, Serializable
- public class IOExceptionWrapper- extends IOException- implements ExceptionWrapper
An IOException that can contain nested exceptions.
- See Also:
- Serialized Form
 
| Method Summary | 
|  Throwable | getDetail()Returns the nested exception or null if none is present.
 | 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
IOExceptionWrapper
public IOExceptionWrapper(Throwable e)
getDetail
public Throwable getDetail()
- Description copied from interface: ExceptionWrapper
- Returns the nested exception or null if none is present.
 
- 
- Specified by:
- getDetailin interface- ExceptionWrapper
 
- 
- Returns:
- the nested exception or null if none is present.
 
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.