com.ibm.portal.services.contentmapping.exceptions
Class ContentMappingConcurrentModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
              extended by com.ibm.portal.services.contentmapping.exceptions.ContentMappingConcurrentModificationException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class ContentMappingConcurrentModificationException
extends ContentMappingException

This exception indicates that content mapping information updates where refused by persistent storage since the content mapping information has been updated by a different thread after the information was read from persistent storage.

Since:
7.0.0.0
See Also:
Serialized Form

Constructor Summary
ContentMappingConcurrentModificationException(Localized localized)
           
ContentMappingConcurrentModificationException(Localized localized, java.lang.String arg0)
           
ContentMappingConcurrentModificationException(Localized localized, java.lang.String arg0, java.lang.Throwable arg1)
           
ContentMappingConcurrentModificationException(Localized localized, java.lang.Throwable arg0)
           
ContentMappingConcurrentModificationException(java.lang.String arg0)
           
ContentMappingConcurrentModificationException(java.lang.String arg0, java.lang.Throwable arg1)
           
ContentMappingConcurrentModificationException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
getDescription, getLocales, getTitle
 
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

ContentMappingConcurrentModificationException

public ContentMappingConcurrentModificationException(Localized localized,
                                                     java.lang.String arg0,
                                                     java.lang.Throwable arg1)

ContentMappingConcurrentModificationException

public ContentMappingConcurrentModificationException(Localized localized,
                                                     java.lang.String arg0)

ContentMappingConcurrentModificationException

public ContentMappingConcurrentModificationException(Localized localized,
                                                     java.lang.Throwable arg0)

ContentMappingConcurrentModificationException

public ContentMappingConcurrentModificationException(Localized localized)

ContentMappingConcurrentModificationException

public ContentMappingConcurrentModificationException(java.lang.String arg0,
                                                     java.lang.Throwable arg1)

ContentMappingConcurrentModificationException

public ContentMappingConcurrentModificationException(java.lang.String arg0)

ContentMappingConcurrentModificationException

public ContentMappingConcurrentModificationException(java.lang.Throwable arg0)