PREV CLASS
NEXT CLASS
com.ibm.portal.services.contentmapping.exceptions
Class ContentMappingConcurrentModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
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
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 |
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)
PREV CLASS
NEXT CLASS