org.akubraproject.txn
Class ConcurrentBlobUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.akubraproject.AkubraException
                  extended by org.akubraproject.AkubraBlobException
                      extended by org.akubraproject.txn.ConcurrentBlobUpdateException
All Implemented Interfaces:
Serializable

public class ConcurrentBlobUpdateException
extends org.akubraproject.AkubraBlobException

This exception is thrown by a transactional blob store when the same blob is created, deleted, or modified by two separate concurrent transactions.

Author:
Ronald Tschalär
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ConcurrentBlobUpdateException(URI blobId)
          Exception indicating there is duplicate blob in the store associated with the blob-id.
ConcurrentBlobUpdateException(URI blobId, String msg)
          Exception indicating there is duplicate blob in the store associated with the blob-id.
ConcurrentBlobUpdateException(URI blobId, String msg, Throwable cause)
          Exception indicating there is duplicate blob in the store associated with the blob-id.
 
Method Summary
 
Methods inherited from class org.akubraproject.AkubraBlobException
getBlobId
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ConcurrentBlobUpdateException

public ConcurrentBlobUpdateException(URI blobId)
Exception indicating there is duplicate blob in the store associated with the blob-id.

Parameters:
blobId - the blob-id

ConcurrentBlobUpdateException

public ConcurrentBlobUpdateException(URI blobId,
                                     String msg)
Exception indicating there is duplicate blob in the store associated with the blob-id.

Parameters:
blobId - the blob-id
msg - the details about the exception

ConcurrentBlobUpdateException

public ConcurrentBlobUpdateException(URI blobId,
                                     String msg,
                                     Throwable cause)
Exception indicating there is duplicate blob in the store associated with the blob-id.

Parameters:
blobId - the blob-id
msg - the details about the exception
cause - the underlying exception that caused this exception


Copyright © 2009-2012 DuraSpace. All Rights Reserved.