Package com.enonic.xp.content
Class ContentNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.exception.NotFoundException
-
- com.enonic.xp.content.ContentNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
@PublicApi public final class ContentNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentNotFoundException(ContentId contentId, Branch branch)
ContentNotFoundException(ContentId contentId, ContentVersionId versionId, Branch branch)
ContentNotFoundException(ContentIds contentIds, Branch branch)
ContentNotFoundException(ContentPath path, Branch branch)
ContentNotFoundException(ContentPath contentPath, ContentVersionId versionId, Branch branch)
ContentNotFoundException(ContentPaths contentPaths, Branch branch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentPath
getPath()
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
-
-
-
Constructor Detail
-
ContentNotFoundException
public ContentNotFoundException(ContentPath path, Branch branch)
-
ContentNotFoundException
public ContentNotFoundException(ContentPaths contentPaths, Branch branch)
-
ContentNotFoundException
public ContentNotFoundException(ContentIds contentIds, Branch branch)
-
ContentNotFoundException
public ContentNotFoundException(ContentId contentId, ContentVersionId versionId, Branch branch)
-
ContentNotFoundException
public ContentNotFoundException(ContentPath contentPath, ContentVersionId versionId, Branch branch)
-
-
Method Detail
-
getPath
public ContentPath getPath()
-
-