org.openrdf.sesame.sail
Class SailUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.