org.openrdf.sail.config
Class SailConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.sail.config.SailConfigException
All Implemented Interfaces:
Serializable

public class SailConfigException
extends OpenRDFException

Exception indicating a sail configuration problem.

Author:
Arjohn Kampman
See Also:
Serialized Form

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

SailConfigException

public SailConfigException()

SailConfigException

public SailConfigException(String message)

SailConfigException

public SailConfigException(Throwable t)

SailConfigException

public SailConfigException(String message,
                           Throwable t)


Copyright © 2001-2008 Aduna. All Rights Reserved.