Class TestContextAotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.test.context.aot.TestContextAotException
All Implemented Interfaces:
Serializable

public class TestContextAotException extends RuntimeException
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 Details

    • TestContextAotException

      public TestContextAotException(String message)
      Create a new TestContextAotException.
      Parameters:
      message - the detail message
    • TestContextAotException

      public TestContextAotException(String message, Throwable cause)
      Create a new TestContextAotException.
      Parameters:
      message - the detail message
      cause - the root cause