Class PreflightCheckException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graylog2.bootstrap.preflight.PreflightCheckException
All Implemented Interfaces:
Serializable

public class PreflightCheckException extends RuntimeException
See Also:
  • Constructor Details

    • PreflightCheckException

      public PreflightCheckException(String message, Throwable cause)
    • PreflightCheckException

      public PreflightCheckException(Throwable cause)
    • PreflightCheckException

      public PreflightCheckException(String message)