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()
           
ConcurrencyException(String msg)
           
ConcurrencyException(String msg, Throwable t)
           
ConcurrencyException(Throwable t)
           
 
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()

ConcurrencyException

public ConcurrencyException(String msg,
                            Throwable t)

ConcurrencyException

public ConcurrencyException(String msg)

ConcurrencyException

public ConcurrencyException(Throwable t)


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.