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

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

public abstract class AmbigousSystemContentMappingException
extends ContentMappingException

This exception indicates multiple system content mappings. within the same scope

Since:
8.0.0.0
See Also:
Serialized Form

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

AmbigousSystemContentMappingException

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

AmbigousSystemContentMappingException

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

AmbigousSystemContentMappingException

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

AmbigousSystemContentMappingException

public AmbigousSystemContentMappingException(Localized localized)

AmbigousSystemContentMappingException

public AmbigousSystemContentMappingException(java.lang.String arg0)

AmbigousSystemContentMappingException

public AmbigousSystemContentMappingException(java.lang.Throwable arg0)

AmbigousSystemContentMappingException

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