public class StartupException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
ERR_WRONG_CONFIG |
static int |
ERR_WRONG_DISK_STATE |
static int |
ERR_WRONG_MACHINE_STATE |
int |
returnCode |
Constructor and Description |
---|
StartupException(int returnCode,
java.lang.String message) |
StartupException(int returnCode,
java.lang.String message,
java.lang.Throwable cause) |
public static final int ERR_WRONG_MACHINE_STATE
public static final int ERR_WRONG_DISK_STATE
public static final int ERR_WRONG_CONFIG
public final int returnCode
Copyright © 2019 The Apache Software Foundation