Package org.apache.cassandra.exceptions
Class StartupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.cassandra.exceptions.StartupException
-
- All Implemented Interfaces:
java.io.Serializable
public class StartupException extends java.lang.Exception
An exception thrown during system startup, indicating the environment or system is not in a valid state to startup.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
ERR_OUTDATED_SCHEMA
static int
ERR_WRONG_CONFIG
static int
ERR_WRONG_DISK_STATE
static int
ERR_WRONG_MACHINE_STATE
int
returnCode
-
Constructor Summary
Constructors Constructor Description StartupException(int returnCode, java.lang.String message)
StartupException(int returnCode, java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
ERR_WRONG_MACHINE_STATE
public static final int ERR_WRONG_MACHINE_STATE
- See Also:
- Constant Field Values
-
ERR_WRONG_DISK_STATE
public static final int ERR_WRONG_DISK_STATE
- See Also:
- Constant Field Values
-
ERR_WRONG_CONFIG
public static final int ERR_WRONG_CONFIG
- See Also:
- Constant Field Values
-
ERR_OUTDATED_SCHEMA
public static final int ERR_OUTDATED_SCHEMA
- See Also:
- Constant Field Values
-
returnCode
public final int returnCode
-
-