public class AopInvocationException extends NestedRuntimeException
Constructor and Description |
---|
AopInvocationException(java.lang.String msg)
Constructor for AopInvocationException.
|
AopInvocationException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for AopInvocationException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public AopInvocationException(java.lang.String msg)
msg
- the detail messagepublic AopInvocationException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause