@Beta public final class ContentAccessException extends BaseException
Constructor and Description |
---|
ContentAccessException(NodeAccessException nodeAccessException) |
ContentAccessException(User user,
ContentPath contentPath,
Permission permission) |
Modifier and Type | Method and Description |
---|---|
ContentPath |
getContentPath() |
Permission |
getPermission() |
User |
getUser() |
getCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContentAccessException(NodeAccessException nodeAccessException)
public ContentAccessException(User user, ContentPath contentPath, Permission permission)
public User getUser()
public ContentPath getContentPath()
public Permission getPermission()