org.neo4j.server.database
Class DatabaseBlockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabaseBlockedException
public DatabaseBlockedException(String message)
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.