org.openrdf.sail
Class SailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.sail.SailException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RdbmsException, SailLockedException, SailReadOnlyException

public class SailException
extends OpenRDFException

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

See Also:
Serialized Form

Constructor Summary
SailException()
           
SailException(String msg)
           
SailException(String msg, Throwable t)
           
SailException(Throwable t)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SailException

public SailException()

SailException

public SailException(String msg)

SailException

public SailException(Throwable t)

SailException

public SailException(String msg,
                     Throwable t)


Copyright © 2001-2009 Aduna. All Rights Reserved.