Class AotProcessingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AotBeanProcessingException

public class AotProcessingException extends AotException
Throw when an AOT processor failed.
Since:
6.2
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • AotProcessingException

      public AotProcessingException(String msg, @Nullable Throwable cause)
      Create a new instance with the detail message and a root cause, if any.
      Parameters:
      msg - the detail message
      cause - the root cause, if any