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