General-level exception used for various aspect/interceptor system exceptions.
Support exception chaining for 1.3 users just in case.
author: Alexander Ananiev
Creates a new instance of AspectException.
Appends the error stack of the cause to the message to remain 1.3 compliant.
Parameters: message - error message Parameters: cause - cause of the exception
Returns the cause of this throwable or null if the cause is nonexistent
or unknown.
the cause of this throwable or null if the cause is nonexistent or unknown