public class AuthorizationViolationException extends RuntimeException implements org.neo4j.kernel.api.exceptions.Status.HasStatus
Modifier and Type | Field and Description |
---|---|
static String |
PERMISSION_DENIED |
Constructor and Description |
---|
AuthorizationViolationException(String msg) |
AuthorizationViolationException(String msg,
org.neo4j.kernel.api.exceptions.Status statusCode) |
AuthorizationViolationException(String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
org.neo4j.kernel.api.exceptions.Status |
status()
The Neo4j status code associated with this exception type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String PERMISSION_DENIED
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.