org.openrdf.sail.optimistic.exceptions
Class ConcurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.repository.RepositoryException
org.openrdf.sail.optimistic.exceptions.ConcurrencyException
- All Implemented Interfaces:
- Serializable
public class ConcurrencyException
- extends RepositoryException
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 |
ConcurrencyException
public ConcurrencyException(String msg,
EvaluateOperation op,
Model removed)
ConcurrencyException
public ConcurrencyException(String msg,
EvaluateOperation op,
Model removed,
ConcurrencyException cause)
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.