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

public abstract class AotException extends RuntimeException
Abstract superclass for all exceptions thrown by ahead-of-time processing.
Since:
6.2
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • AotException

      protected AotException(@Nullable String msg, @Nullable Throwable cause)
      Create an instance with the specified message and root cause.
      Parameters:
      msg - the detail message
      cause - the root cause