Class InvocationException

All Implemented Interfaces:
Serializable

Exception occurring during method interception.

When using aspects and MethodInterceptor any throwable that is undeclared on the method is caught and re-throw as an InvocationException.

See Also: