throw e;
}
if(errors.length() > 0) {
//errors = errors.substring(0, errors.length() - 2); //remove the last space bar
closeIO(unique);
throw new SignatureVerificationException(unique, String.format(ExceptionString.SIGNATUREVERIFICATIONEXCEPTION.getExceptionString(), errors), report);
}
closeIO(unique);
return;