General exception class for iAS security failures.
This class takes advantage of the JDK1.4 Throwable objects which
can carry the original cause of the exception. This prevents losing
the information on what caused the problem to arise.
Ideally there should be common top level iAS Exceptions to extend. |