Package io.quarkus.dev.appstate
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationStartException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ApplicationStartException
public ApplicationStartException(Throwable cause)
-
-