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

    • AGCustomStoredProcException

      public AGCustomStoredProcException(String message)
      Deprecated.
    • AGCustomStoredProcException

      public AGCustomStoredProcException(String message, Throwable cause)
      Deprecated.