Class AopInvocationException

All Implemented Interfaces:
Serializable

public class AopInvocationException extends NestedRuntimeException
Exception that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.
Since:
2.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • AopInvocationException

      public AopInvocationException(String msg)
      Constructor for AopInvocationException.
      Parameters:
      msg - the detail message
    • AopInvocationException

      public AopInvocationException(String msg, Throwable cause)
      Constructor for AopInvocationException.
      Parameters:
      msg - the detail message
      cause - the root cause