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

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.ContentMappingModificationNotAllowedException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class ContentMappingModificationNotAllowedException
extends ContentMappingException

This exception indicates that someone has tried to modify an immutable content mapping.

Since:
8.0.0.0
See Also:
Serialized Form

Constructor Summary
ContentMappingModificationNotAllowedException(Localized localized)
           
ContentMappingModificationNotAllowedException(Localized localized, java.lang.String arg0)
           
ContentMappingModificationNotAllowedException(Localized localized, java.lang.String arg0, java.lang.Throwable arg1)
           
ContentMappingModificationNotAllowedException(Localized localized, java.lang.Throwable arg0)
           
ContentMappingModificationNotAllowedException(java.lang.String arg0)
           
ContentMappingModificationNotAllowedException(java.lang.String arg0, java.lang.Throwable arg1)
           
ContentMappingModificationNotAllowedException(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

ContentMappingModificationNotAllowedException

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

ContentMappingModificationNotAllowedException

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

ContentMappingModificationNotAllowedException

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

ContentMappingModificationNotAllowedException

public ContentMappingModificationNotAllowedException(Localized localized)

ContentMappingModificationNotAllowedException

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

ContentMappingModificationNotAllowedException

public ContentMappingModificationNotAllowedException(java.lang.String arg0)

ContentMappingModificationNotAllowedException

public ContentMappingModificationNotAllowedException(java.lang.Throwable arg0)