com.franz.agraph.repository
Class AGCustomStoredProcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.repository.RepositoryException
com.franz.agraph.repository.AGCustomStoredProcException
- All Implemented Interfaces:
- Serializable
Deprecated. The stored proc feature and API are experimental, and subject to change in a future release.
public class AGCustomStoredProcException
- extends RepositoryException
Error message returned by custom stored procedure.
- Since:
- v4.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AGCustomStoredProcException
public AGCustomStoredProcException(String message)
- Deprecated.
AGCustomStoredProcException
public AGCustomStoredProcException(String message,
Throwable cause)
- Deprecated.