From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../com/sleepycat/util/IOExceptionWrapper.html | 592 +++++++++++---------- 1 file changed, 303 insertions(+), 289 deletions(-) (limited to 'docs/java/com/sleepycat/util/IOExceptionWrapper.html') diff --git a/docs/java/com/sleepycat/util/IOExceptionWrapper.html b/docs/java/com/sleepycat/util/IOExceptionWrapper.html index 6d0c999f..62f5ce27 100644 --- a/docs/java/com/sleepycat/util/IOExceptionWrapper.html +++ b/docs/java/com/sleepycat/util/IOExceptionWrapper.html @@ -1,313 +1,327 @@ - - - - - -IOExceptionWrapper (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.util -
-Class IOExceptionWrapper

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.io.IOException
-              extended by com.sleepycat.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
-
- -

- +

+
com.sleepycat.util
+

Class IOExceptionWrapper

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ExceptionWrapper, java.io.Serializable
    +
    +
    +
    +
    public class IOExceptionWrapper
    +extends java.io.IOException
    +implements ExceptionWrapper
    +
    An IOException that can contain nested exceptions.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -IOExceptionWrapper

    -
    -public IOExceptionWrapper(Throwable e)
    -
    -
    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IOExceptionWrapper

        +
        public IOExceptionWrapper(java.lang.Throwable e)
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -getDetail

    -
    -public Throwable getDetail()
    -
    -
    Deprecated. replaced by getCause(). -

    -

    Description copied from interface: ExceptionWrapper
    -
    Returns the nested exception or null if none is present. -

    -

    -
    Specified by:
    getDetail in interface ExceptionWrapper
    -
    -
    - -
    Returns:
    the nested exception or null if none is present.
    -
    -
    -
    - -

    -getCause

    -
    -public Throwable getCause()
    -
    -
    Description copied from interface: ExceptionWrapper
    -
    Returns the nested exception or null if none is present. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDetail

        +
        public java.lang.Throwable getDetail()
        +
        Deprecated. replaced by getCause().
        +
        Description copied from interface: ExceptionWrapper
        +
        Returns the nested exception or null if none is present.
        +
        +
        Specified by:
        +
        getDetail in interface ExceptionWrapper
        +
        Returns:
        the nested exception or null if none is present.
        +
      • +
      + + + +
        +
      • +

        getCause

        +
        public java.lang.Throwable getCause()
        +
        Description copied from interface: ExceptionWrapper
        +
        Returns the nested exception or null if none is present.

        This method is intentionally defined to be the same signature as the java.lang.Throwable.getCause method in Java 1.4 and greater. By defining this method to return a nested exception, the Java - 1.4 runtime will print the nested stack trace.

        -

        -

        -
        Specified by:
        getCause in interface ExceptionWrapper
        Overrides:
        getCause in class Throwable
        -
        -
        - -
        Returns:
        the nested exception or null if none is present.
        -
        -
    + 1.4 runtime will print the nested stack trace.

+
+
Specified by:
+
getCause in interface ExceptionWrapper
+
Overrides:
+
getCause in class java.lang.Throwable
+
Returns:
the nested exception or null if none is present.
+ + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1