org.openrdf.repository.config
Class RepositoryConfigException

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
All Implemented Interfaces:
Serializable

public class RepositoryConfigException
extends OpenRDFException

Exception indicating a repository configuration problem.

Author:
Arjohn Kampman
See Also:
Serialized Form

Constructor Summary
RepositoryConfigException()
           
RepositoryConfigException(String message)
           
RepositoryConfigException(String message, Throwable t)
           
RepositoryConfigException(Throwable t)
           
 
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

RepositoryConfigException

public RepositoryConfigException()

RepositoryConfigException

public RepositoryConfigException(String message)

RepositoryConfigException

public RepositoryConfigException(Throwable t)

RepositoryConfigException

public RepositoryConfigException(String message,
                                 Throwable t)


Copyright © 2001-2008 Aduna. All Rights Reserved.