com.ibm.portal.services.contentmapping.exceptions
Class AmbigousContentPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
com.ibm.portal.services.contentmapping.exceptions.AmbigousContentPathException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public abstract class AmbigousContentPathException
- extends ContentMappingException
This exception indicates that the same content path value is mapped twice
to the same portal resource.
- 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 |
AmbigousContentPathException
public AmbigousContentPathException(Localized localized,
java.lang.String arg0,
java.lang.Throwable arg1)
AmbigousContentPathException
public AmbigousContentPathException(Localized localized,
java.lang.String arg0)
AmbigousContentPathException
public AmbigousContentPathException(Localized localized,
java.lang.Throwable arg0)
AmbigousContentPathException
public AmbigousContentPathException(Localized localized)
AmbigousContentPathException
public AmbigousContentPathException(java.lang.String arg0,
java.lang.Throwable arg1)
- See Also:
- ContentMappingException.ContentMappingException(String, Throwable)
AmbigousContentPathException
public AmbigousContentPathException(java.lang.String arg0)
- See Also:
- ContentMappingException.ContentMappingException(String)
AmbigousContentPathException
public AmbigousContentPathException(java.lang.Throwable arg0)
- See Also:
- ContentMappingException.ContentMappingException(Throwable)