From d479253768d296a40b4f699e1de9b03c7146a97a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 3 Dec 2013 14:03:28 -0800 Subject: Adding javadocs and Carbonado User Guide --- .../amazon/carbonado/FetchTimeoutException.html | 348 +++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 apidocs/com/amazon/carbonado/FetchTimeoutException.html (limited to 'apidocs/com/amazon/carbonado/FetchTimeoutException.html') diff --git a/apidocs/com/amazon/carbonado/FetchTimeoutException.html b/apidocs/com/amazon/carbonado/FetchTimeoutException.html new file mode 100644 index 0000000..3d4bfe0 --- /dev/null +++ b/apidocs/com/amazon/carbonado/FetchTimeoutException.html @@ -0,0 +1,348 @@ + + + + + + +FetchTimeoutException (Carbonado 1.2.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.amazon.carbonado
+

Class FetchTimeoutException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class FetchTimeoutException
    +extends FetchException
    +
    Thrown if a fetch operation fails because lock acquisition timed out.
    +
    Author:
    +
    Brian S O'Neill
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FetchTimeoutException

        +
        public FetchTimeoutException()
        +
      • +
      + + + +
        +
      • +

        FetchTimeoutException

        +
        public FetchTimeoutException(java.lang.String message)
        +
      • +
      + + + +
        +
      • +

        FetchTimeoutException

        +
        public FetchTimeoutException(java.lang.String message,
        +                     java.lang.Throwable cause)
        +
      • +
      + + + +
        +
      • +

        FetchTimeoutException

        +
        public FetchTimeoutException(java.lang.Throwable cause)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        makePersistException

        +
        protected PersistException makePersistException(java.lang.String message,
        +                                    java.lang.Throwable cause)
        +
        Description copied from class: RepositoryException
        +
        Subclasses can override this to provide a more specialized exception.
        +
        +
        Overrides:
        +
        makePersistException in class RepositoryException
        +
        Parameters:
        message - exception message, which may be null
        cause - non-null cause
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.

+ + -- cgit v1.2.3