@Deprecated public class ServerStartupException extends RuntimeException
| Constructor and Description |
|---|
ServerStartupException(String message)
Deprecated.
|
ServerStartupException(String message,
Integer errorCode)
Deprecated.
Creates a new exception with a message and an error code.
|
ServerStartupException(String message,
Throwable t)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.neo4j.logging.Log log)
Deprecated.
|
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 ServerStartupException(String message)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.