Package com.franz.agraph.http.exception
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
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 Summary
ConstructorDescriptionAGHttpException
(String message) AGHttpException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AGHttpException
-
AGHttpException
-
AGHttpException
-