org.openrdf.sail.optimistic.exceptions
Class ConcurrencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.repository.RepositoryException
                  extended by 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

Constructor Summary
ConcurrencyException(String msg, EvaluateOperation op, Model removed)
           
ConcurrencyException(String msg, EvaluateOperation op, Model removed, ConcurrencyException cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.