@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.
|
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–2015 The Neo4j Graph Database Project. All rights reserved.