org.openrdf.sail.optimistic.exceptions
Class ConcurrencySailException

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

Constructor Summary
ConcurrencySailException()
           
ConcurrencySailException(String msg)
           
ConcurrencySailException(String msg, Throwable t)
           
ConcurrencySailException(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

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.