com.amazon.carbonado
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.amazon.carbonado.RepositoryException
              extended by com.amazon.carbonado.SupportException
                  extended by com.amazon.carbonado.ConfigurationException
All Implemented Interfaces:
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 Summary
ConfigurationException()
           
ConfigurationException(String message)
           
ConfigurationException(String message, Throwable cause)
           
ConfigurationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.amazon.carbonado.RepositoryException
backoff, getRootCause, makeFetchException, makePersistException, toFetchException, toFetchException, toPersistException, toPersistException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()

ConfigurationException

public ConfigurationException(Throwable cause)

ConfigurationException

public ConfigurationException(String message)

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)


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