org.openrdf.sail
Class SailReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.sail.SailException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SailReadOnlyException
public SailReadOnlyException(String msg)
Copyright © 2001-2009 Aduna. All Rights Reserved.