Franz Inc, AllegroGraph

com.franz.agraph.repository
Class AGCustomStoredProcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.repository.RepositoryException
                  extended by 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

Constructor Summary
AGCustomStoredProcException(String message)
          Deprecated.  
AGCustomStoredProcException(String message, Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGCustomStoredProcException

public AGCustomStoredProcException(String message)
Deprecated. 

AGCustomStoredProcException

public AGCustomStoredProcException(String message,
                                   Throwable cause)
Deprecated. 

Copyright © 2008-2011 Franz Inc.