org.openrdf.repository.object.exceptions
Class ObjectStoreConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.repository.config.RepositoryConfigException
                  extended by org.openrdf.repository.object.exceptions.ObjectStoreConfigException
All Implemented Interfaces:
Serializable

public class ObjectStoreConfigException
extends RepositoryConfigException

Used when the factory failed to initialise its configuration.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
ObjectStoreConfigException()
           
ObjectStoreConfigException(String message)
           
ObjectStoreConfigException(String message, Throwable cause)
           
ObjectStoreConfigException(Throwable cause)
           
 
Method Summary
 
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

ObjectStoreConfigException

public ObjectStoreConfigException()

ObjectStoreConfigException

public ObjectStoreConfigException(String message,
                                  Throwable cause)

ObjectStoreConfigException

public ObjectStoreConfigException(String message)

ObjectStoreConfigException

public ObjectStoreConfigException(Throwable cause)


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.