org.neo4j.server.rest.web.security
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.server.rest.web.security.AuthenticationException
- All Implemented Interfaces:
- Serializable
public class AuthenticationException
- extends RuntimeException
A runtime exception representing a failure to provide correct authentication
credentials.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationException
public AuthenticationException(String msg,
String realm)
getRealm
public String getRealm()
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.