Class StartupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cassandra.exceptions.StartupException
All Implemented Interfaces:
Serializable

public class StartupException extends Exception
An exception thrown during system startup, indicating the environment or system is not in a valid state to startup.
See Also:
  • 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

      public StartupException(int returnCode, String message)
    • StartupException

      public StartupException(int returnCode, String message, Throwable cause)