Class AGHttpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.repository.RepositoryException
com.franz.agraph.http.exception.AGHttpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AGCustomStoredProcException, AGMalformedDataException, AGMalformedQueryException, AGPreconditionFailedException, AGQueryTimeoutException, AGUnsupportedFileFormatException, AGUnsupportedQueryLanguageException

public class AGHttpException extends org.eclipse.rdf4j.repository.RepositoryException
A general exception for the AllegroGraph client's HTTP layer.

For now, this extends RepositoryException, allowing it to be thrown as a RepositoryException in com.franz.agraph.repository; one drawback is that the HTTP layer is not independent of the higher level repository package.

See Also:
  • Constructor Details

    • AGHttpException

      public AGHttpException(String message)
    • AGHttpException

      public AGHttpException(Exception e)
    • AGHttpException

      public AGHttpException(String message, Throwable cause)