org.neo4j.server
Class ServerStartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.neo4j.server.ServerStartupException
- All Implemented Interfaces:
- Serializable
public class ServerStartupException
- extends Exception
Thrown during start-up of the server, with an explicit error code.
- 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 an message and 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
getErrorCode
public Integer getErrorCode()
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.