org.openrdf.sail.optimistic.exceptions
Class ConcurrencySailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.sail.SailException
org.openrdf.sail.optimistic.exceptions.ConcurrencySailException
- All Implemented Interfaces:
- Serializable
public class ConcurrencySailException
- extends SailException
Thrown when serializable isolation could not be guaranteed in a transaction.
- 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 |
ConcurrencySailException
public ConcurrencySailException()
ConcurrencySailException
public ConcurrencySailException(String msg,
Throwable t)
ConcurrencySailException
public ConcurrencySailException(String msg)
ConcurrencySailException
public ConcurrencySailException(Throwable t)
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.