Class AGHttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AGCustomStoredProcException, AGMalformedDataException, AGMalformedQueryException, AGPreconditionFailedException, AGQueryTimeoutException, AGUnsupportedFileFormatException, AGUnsupportedQueryLanguageException

public class AGHttpException extends 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)