Package com.enonic.xp.content
Class MoveContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.content.MoveContentException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContentAlreadyMovedException
@PublicApi public class MoveContentException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MoveContentException(String message)
MoveContentException(String message, ContentPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentPath
getPath()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MoveContentException
public MoveContentException(String message)
-
MoveContentException
public MoveContentException(String message, ContentPath path)
-
-
Method Detail
-
getPath
public ContentPath getPath()
-
-