public class ServerStartupException extends RuntimeException
| Constructor and Description |
|---|
ServerStartupException(String message,
Integer errorCode)
Creates a new exception with an message and error code.
|
ServerStartupException(String message,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerStartupException(String message, Integer errorCode)
message - sensible explanation about the exception, excluding the
error code value, which will be automatically appendederrorCode - unique identifying number for the errorpublic Integer getErrorCode()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.