org.neo4j.server.rest.web.security
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AuthenticationException(String msg, String realm)
           
 
Method Summary
 String getRealm()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(String msg,
                               String realm)
Method Detail

getRealm

public String getRealm()


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.