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