Hi,

>>Not sure what you mean with re-wrap actually...
>
>Throw a RepositoryException that wraps whatever was sent from below.

OK... I guess this should work:

  RepositoryException x = ...
  x.setStackTrace(this.getStackTrace()).
  return x;

Regards,
Thomas

Reply via email to