org.neo4j.server
Class ServerStartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.server.ServerStartupException
- All Implemented Interfaces:
- Serializable
public class ServerStartupException
- extends RuntimeException
Thrown during start-up of the server.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServerStartupException
public ServerStartupException(String message,
Integer errorCode)
- Creates a new exception with a message and an error code.
- Parameters:
message - sensible explanation about the exception, excluding the
error code value, which will be automatically appendederrorCode - unique identifying number for the error
ServerStartupException
public ServerStartupException(String message,
Throwable t)
ServerStartupException
public ServerStartupException(String message)
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.