Package com.enonic.xp.content
Class ContentAlreadyExistsException
- 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.ContentAlreadyExistsException
-
- All Implemented Interfaces:
java.io.Serializable
@Beta public final class ContentAlreadyExistsException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentAlreadyExistsException(ContentPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
ContentPath
getContentPath()
-
-
-
Constructor Detail
-
ContentAlreadyExistsException
public ContentAlreadyExistsException(ContentPath path)
-
-
Method Detail
-
getContentPath
public ContentPath getContentPath()
-
getCode
public java.lang.String getCode()
- Overrides:
getCode
in classBaseException
-
-