Apache Tuscany SCA Core SPI

org.apache.tuscany.sca.store
Class DuplicateRecordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.store.StoreException
              extended by org.apache.tuscany.sca.store.StoreWriteException
                  extended by org.apache.tuscany.sca.store.DuplicateRecordException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateRecordException
extends StoreWriteException

thrown when a record already exists during an insert operation

Version:
$Rev: 537206 $ $Date: 2007-05-11 16:14:19 +0100 (Fri, 11 May 2007) $
See Also:
Serialized Form

Constructor Summary
DuplicateRecordException()
           
DuplicateRecordException(java.lang.String message)
           
DuplicateRecordException(java.lang.String message, java.lang.Throwable cause)
           
DuplicateRecordException(java.lang.Throwable 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

DuplicateRecordException

public DuplicateRecordException()

DuplicateRecordException

public DuplicateRecordException(java.lang.String message,
                                java.lang.Throwable cause)

DuplicateRecordException

public DuplicateRecordException(java.lang.String message)

DuplicateRecordException

public DuplicateRecordException(java.lang.Throwable cause)

Apache Tuscany SCA Core SPI

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.