Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends JenaException
An Exception indicating that Jena is not working because it is not correctly configured. For example, the classpath is not set up correctly for the desired functionality.
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Parameters:
      message -
    • ConfigException

      public ConfigException()
    • ConfigException

      public ConfigException(Throwable cause)
      Parameters:
      cause -
    • ConfigException

      public ConfigException(String message, Throwable cause)
      Parameters:
      message -
      cause -