com.franz.ag
Class AllegroGraphException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openrdf.model.GraphException
              extended bycom.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)
           
 
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 -