Class InitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.quarkus.runtime.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException extends RuntimeException
Exception thrown when some error happens during initialization of Quarkus platform. Usually due the incorrect configuration of basic stuff (DB, HTTP protocol etc) This exception is supposed to be thrown when Quarkus platform is started (See StartupEvent
Author:
Marek Posolda
See Also:
  • Constructor Details

    • InitializationException

      public InitializationException()