The (String,Throwable) constructor of AspectException does not set the message field declared in AspectException itself. This causes a subsequent call to getMessage to return null, and all information in the exception is then lost in the output.
Log in to post a comment.