Package com.enonic.xp.node
Class NodeAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.node.NodeAccessException
-
- All Implemented Interfaces:
Serializable
@PublicApi public final class NodeAccessException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeAccessException(User user, NodePath nodePath, Permission permission)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodePath
getNodePath()
Permission
getPermission()
User
getUser()
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NodeAccessException
public NodeAccessException(User user, NodePath nodePath, Permission permission)
-
-
Method Detail
-
getUser
public User getUser()
-
getNodePath
public NodePath getNodePath()
-
getPermission
public Permission getPermission()
-
-