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