Class AotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.beans.factory.aot.AotException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AotProcessingException
Abstract superclass for all exceptions thrown by ahead-of-time processing.
- Since:
- 6.2
- Author:
- Stephane Nicoll
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAotException(@Nullable String msg, @Nullable Throwable cause) Create an instance with the specified message and root cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AotExceptionCreate an instance with the specified message and root cause.- Parameters:
- msg- the detail message
- cause- the root cause
 
 
-