org.openrdf.sail
Class SailReadOnlyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.sail.SailException
                  extended by org.openrdf.sail.SailReadOnlyException
All Implemented Interfaces:
Serializable

public class SailReadOnlyException
extends SailException

Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
SailReadOnlyException(String msg)
           
 
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

SailReadOnlyException

public SailReadOnlyException(String msg)


Copyright © 2001-2009 Aduna. All Rights Reserved.