Class ApplicationStartException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.dev.appstate.ApplicationStartException
All Implemented Interfaces:
Serializable

public class ApplicationStartException extends RuntimeException
Exception that is reported if the application fails to start This exception has already been logged when this exception is generated, so should not be logged again
See Also:
  • Constructor Details

    • ApplicationStartException

      public ApplicationStartException(Throwable cause)