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. --- docs/java/com/sleepycat/db/DatabaseException.html | 728 +++++++++++----------- 1 file changed, 363 insertions(+), 365 deletions(-) (limited to 'docs/java/com/sleepycat/db/DatabaseException.html') diff --git a/docs/java/com/sleepycat/db/DatabaseException.html b/docs/java/com/sleepycat/db/DatabaseException.html index c4690bc3..92e262bd 100644 --- a/docs/java/com/sleepycat/db/DatabaseException.html +++ b/docs/java/com/sleepycat/db/DatabaseException.html @@ -1,393 +1,391 @@ - - - - - -DatabaseException (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class DatabaseException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by com.sleepycat.db.DatabaseException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
Direct Known Subclasses:
DeadlockException, HeapFullException, IndexNotAvailableException, MemoryException, ReplicationDuplicateMasterException, ReplicationHandleDeadException, ReplicationHoldElectionException, ReplicationJoinFailureException, ReplicationLeaseExpiredException, ReplicationLockoutException, ReplicationSiteUnavailableException, RunRecoveryException, StoreExistsException, StoreNotFoundException, VersionMismatchException
-
-
-
-
public class DatabaseException
extends Exception
- - -

-The root of all database exceptions. +

+
com.sleepycat.db
+

Class DatabaseException

+
+
+ +
+ +
+
+
    +
  • - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    DatabaseException(String s) - -
    -          Construct an exception with the specified message.
    DatabaseException(String s, - int errno) - -
    -          Construct an exception with the specified message and error number.
    DatabaseException(String s, - int errno, - Environment dbenv) - -
    -          Construct an exception with the specified message and error number - associated with a database environment handle.
    DatabaseException(Throwable t) - -
    -          Construct an exception with the specified cause exception.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      DatabaseException(java.lang.String s) +
      Construct an exception with the specified message.
      +
      DatabaseException(java.lang.String s, + int errno) +
      Construct an exception with the specified message and error number.
      +
      DatabaseException(java.lang.String s, + int errno, + Environment dbenv) +
      Construct an exception with the specified message and error number + associated with a database environment handle.
      +
      DatabaseException(java.lang.Throwable t) +
      Construct an exception with the specified cause exception.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - EnvironmentgetEnvironment() - -
    -          Return the environment in which the exception occurred.
    - intgetErrno() - -
    -          Get the error number associated with this exception.
    - StringtoString() - -
    -          
    - - - - - - - -
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      EnvironmentgetEnvironment() +
      Return the environment in which the exception occurred.
      +
      intgetErrno() +
      Get the error number associated with this exception.
      +
      java.lang.StringtoString()
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -DatabaseException

    -
    -public DatabaseException(Throwable t)
    -
    -
    Construct an exception with the specified cause exception. -

    -

    -
    - -

    -DatabaseException

    -
    -public DatabaseException(String s)
    -
    -
    Construct an exception with the specified message. -

    -

    -
    - -

    -DatabaseException

    -
    -public DatabaseException(String s,
    -                         int errno)
    -
    -
    Construct an exception with the specified message and error number. -

    -

    -
    - -

    -DatabaseException

    -
    -public DatabaseException(String s,
    -                         int errno,
    -                         Environment dbenv)
    -
    -
    Construct an exception with the specified message and error number - associated with a database environment handle. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DatabaseException

        +
        public DatabaseException(java.lang.Throwable t)
        +
        Construct an exception with the specified cause exception.
        +
      • +
      + + + +
        +
      • +

        DatabaseException

        +
        public DatabaseException(java.lang.String s)
        +
        Construct an exception with the specified message.
        +
      • +
      + + + +
        +
      • +

        DatabaseException

        +
        public DatabaseException(java.lang.String s,
        +                 int errno)
        +
        Construct an exception with the specified message and error number.
        +
      • +
      + + + +
        +
      • +

        DatabaseException

        +
        public DatabaseException(java.lang.String s,
        +                 int errno,
        +                 Environment dbenv)
        +
        Construct an exception with the specified message and error number + associated with a database environment handle.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -getEnvironment

    -
    -public Environment getEnvironment()
    -
    -
    Return the environment in which the exception occurred. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEnvironment

        +
        public Environment getEnvironment()
        +
        Return the environment in which the exception occurred.

        This method may be called at any time during the life of the application. -

        -

        -

        - -
        Returns:
        The environment in which the exception occurred.
        -
        -
    -
    - -

    -getErrno

    -
    -public int getErrno()
    -
    -
    Get the error number associated with this exception. +

+
Returns:
The environment in which the exception occurred.
+ + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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