Rahal Aboulfeth - 2010-03-21

Hi everyone,
I discovered that this "issue" was due to this class been analysed :

class MyCustomException extends Exception { }

Adding a constructor to this custom exception fixed also the issue, so , please, let me know your thoughts.

Rahal