com.franz.ag
Class AllegroGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.model.GraphException
              extended by com.franz.ag.AllegroGraphException
All Implemented Interfaces:
java.io.Serializable

public class AllegroGraphException
extends GraphException

AllegroGraph exceptions.

See Also:
Serialized Form

Constructor Summary
AllegroGraphException()
           
AllegroGraphException(java.lang.String arg0)
           
AllegroGraphException(java.lang.String arg0, java.lang.Throwable arg1)
           
AllegroGraphException(java.lang.Throwable arg0)
           
 
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

AllegroGraphException

public AllegroGraphException()

AllegroGraphException

public AllegroGraphException(java.lang.String arg0)
Parameters:
arg0 -

AllegroGraphException

public AllegroGraphException(java.lang.String arg0,
                             java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

AllegroGraphException

public AllegroGraphException(java.lang.Throwable arg0)
Parameters:
arg0 -