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