public class AuthenticationException extends IOException implements org.neo4j.kernel.api.exceptions.Status.HasStatus
| Constructor and Description |
|---|
AuthenticationException(org.neo4j.kernel.api.exceptions.Status status) |
AuthenticationException(org.neo4j.kernel.api.exceptions.Status status,
String message) |
AuthenticationException(org.neo4j.kernel.api.exceptions.Status status,
String message,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.api.exceptions.Status |
status() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(org.neo4j.kernel.api.exceptions.Status status)
public AuthenticationException(org.neo4j.kernel.api.exceptions.Status status,
String message)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.