Class TestContextAotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.test.context.aot.TestContextAotException
- All Implemented Interfaces:
- Serializable
Thrown if an error occurs during AOT build-time processing or AOT run-time
 execution in the Spring TestContext Framework.
- Since:
- 6.0
- Author:
- Sam Brannen
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTestContextAotException(String message) Create a newTestContextAotException.TestContextAotException(String message, Throwable cause) Create a newTestContextAotException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TestContextAotExceptionCreate a newTestContextAotException.- Parameters:
- message- the detail message
 
- 
TestContextAotExceptionCreate a newTestContextAotException.- Parameters:
- message- the detail message
- cause- the root cause
 
 
-