Class 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:
    Serialized Form
    • Constructor Detail

      • InitializationException

        public InitializationException()