org.neo4j.server.database
Class DatabaseBlockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neo4j.server.database.DatabaseBlockedException
All Implemented Interfaces:
Serializable

public class DatabaseBlockedException
extends RuntimeException

Thrown when database instantiation has been purposfully blocked and someone tries to instantiate it. This will occur during server shutdown, or when other actions are performed that need a guarantee that the database is turned off.

See Also:
Serialized Form

Constructor Summary
DatabaseBlockedException(String message)
           
 
Method Summary
 
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

DatabaseBlockedException

public DatabaseBlockedException(String message)


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