public class AuthProviderFailedException extends RuntimeException implements org.neo4j.kernel.api.exceptions.Status.HasStatus
This is not used for expected failures like wrong principal, credentials or authorization information, but for failures where such information could not be established because of an external server problem, misconfiguration etc.
Constructor and Description |
---|
AuthProviderFailedException(String msg) |
AuthProviderFailedException(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 AuthProviderFailedException(String msg)
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.