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