org.openrdf.sesame.sail
Class SailUpdateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openrdf.sesame.sail.SailUpdateException
All Implemented Interfaces:
Serializable

public class SailUpdateException
extends Exception

An exception thrown by some methods in RdfRepository to indicate that a requested update operation could not be executed.

Author:
Arjohn Kampman
See Also:
Serialized Form

Constructor Summary
SailUpdateException()
           
SailUpdateException(String msg)
           
SailUpdateException(String msg, Throwable t)
           
SailUpdateException(Throwable t)
           
 
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

SailUpdateException

public SailUpdateException()

SailUpdateException

public SailUpdateException(String msg)

SailUpdateException

public SailUpdateException(Throwable t)

SailUpdateException

public SailUpdateException(String msg,
                           Throwable t)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.