Package com.enonic.xp.node
Class NodeAlreadyExistAtPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.node.NodeAlreadyExistAtPathException
-
- All Implemented Interfaces:
Serializable
@PublicApi public class NodeAlreadyExistAtPathException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeAlreadyExistAtPathException(NodePath nodePath)
Deprecated.NodeAlreadyExistAtPathException(NodePath nodePath, RepositoryId repositoryId, Branch branch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Branch
getBranch()
NodePath
getNode()
RepositoryId
getRepositoryId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NodeAlreadyExistAtPathException
@Deprecated public NodeAlreadyExistAtPathException(NodePath nodePath)
Deprecated.
-
NodeAlreadyExistAtPathException
public NodeAlreadyExistAtPathException(NodePath nodePath, RepositoryId repositoryId, Branch branch)
-
-
Method Detail
-
getNode
public NodePath getNode()
-
getRepositoryId
public RepositoryId getRepositoryId()
-
getBranch
public Branch getBranch()
-
-