org.openrdf.sail
Class SailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.sail.SailException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RdbmsException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SailException
public SailException()
SailException
public SailException(String msg)
SailException
public SailException(Throwable t)
SailException
public SailException(String msg,
Throwable t)
Copyright © 2001-2008 Aduna. All Rights Reserved.