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

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

public abstract class ContentMappingNotFoundException
extends ContentMappingException

This exception indicates that a reference to a existing content mapping could not be resolved.

Since:
7.0.0.0
See Also:
Serialized Form

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

ContentMappingNotFoundException

public ContentMappingNotFoundException(java.lang.String arg0)

ContentMappingNotFoundException

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

ContentMappingNotFoundException

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

ContentMappingNotFoundException

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

ContentMappingNotFoundException

public ContentMappingNotFoundException(Localized localized)

ContentMappingNotFoundException

public ContentMappingNotFoundException(java.lang.Throwable arg0)

ContentMappingNotFoundException

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