Exception ex8 = new AuditException( ex4 );
ex = new ContentException( "Ignored" ); //$NON-NLS-1$
ex = new ContentException( "Ignored", ex5 ); //$NON-NLS-1$
ex = new ContentException( ex6 );
ex = new InvalidParameterException();
ex = new SQLResultSetException();
ex = new PentahoChainedException();
ex = new PentahoChainedException( "Ignored" ); //$NON-NLS-1$
ex = new PentahoChainedException( "Ignored", ex7 ); //$NON-NLS-1$
ex = new PentahoChainedException( ex8 );
finishTest();