Package com.franz.agraph.http.exception
Class AGCustomStoredProcException
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
com.franz.agraph.http.exception.AGCustomStoredProcException
- All Implemented Interfaces:
Serializable
Deprecated.
The stored proc feature and API are experimental, and subject to change in a future release.
Error message returned by custom stored procedure.
- Since:
- v4.2
- See Also:
-
Constructor Summary
ConstructorDescriptionAGCustomStoredProcException
(String message) Deprecated.AGCustomStoredProcException
(String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AGCustomStoredProcException
Deprecated. -
AGCustomStoredProcException
Deprecated.
-