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/ConfigurationException.html | 311 +++++++++++++++++++++ 1 file changed, 311 insertions(+) create mode 100644 apidocs/com/amazon/carbonado/ConfigurationException.html (limited to 'apidocs/com/amazon/carbonado/ConfigurationException.html') diff --git a/apidocs/com/amazon/carbonado/ConfigurationException.html b/apidocs/com/amazon/carbonado/ConfigurationException.html new file mode 100644 index 0000000..8ec2894 --- /dev/null +++ b/apidocs/com/amazon/carbonado/ConfigurationException.html @@ -0,0 +1,311 @@ + + + + + + +ConfigurationException (Carbonado 1.2.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.amazon.carbonado
+

Class ConfigurationException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class ConfigurationException
    +extends SupportException
    +
    Indicates that a Repository could not be + instantiated given the configuration information provided to a RepositoryBuilder.
    +
    Author:
    +
    Don Schneider
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ConfigurationException

        +
        public ConfigurationException()
        +
      • +
      + + + +
        +
      • +

        ConfigurationException

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

        ConfigurationException

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

        ConfigurationException

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

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

+ + -- cgit v1.2.3