Package io.quarkus.bootstrap.resolver
Class AppModelResolverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.quarkus.bootstrap.resolver.AppModelResolverException
-
- All Implemented Interfaces:
Serializable
public class AppModelResolverException extends Exception
- Author:
- Alexey Loubyansky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppModelResolverException(String message)AppModelResolverException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-