Class AopInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.aop.AopInvocationException
All Implemented Interfaces:
Serializable

public class AopInvocationException extends org.springframework.core.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