Package org.apache.cassandra.exceptions
Class StartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cassandra.exceptions.StartupException
- All Implemented Interfaces:
Serializable
An exception thrown during system startup, indicating the environment or system
is not in a valid state to startup.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intfinal int -
Constructor Summary
ConstructorsConstructorDescriptionStartupException(int returnCode, String message) StartupException(int returnCode, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERR_WRONG_MACHINE_STATE
public static final int ERR_WRONG_MACHINE_STATE- See Also:
-
ERR_WRONG_DISK_STATE
public static final int ERR_WRONG_DISK_STATE- See Also:
-
ERR_WRONG_CONFIG
public static final int ERR_WRONG_CONFIG- See Also:
-
ERR_OUTDATED_SCHEMA
public static final int ERR_OUTDATED_SCHEMA- See Also:
-
returnCode
public final int returnCode
-
-
Constructor Details
-
StartupException
-
StartupException
-