} catch (UnsupportedEncodingException e) {
// Needs to be catch due to getBytes("UTF-8")
// Should never get an UnsupportedEncodingException cause UTF-8 is valid encoding
logger.error("encoding-not-supported",e);
} catch (CoreException ce) {
throw new PolicyFileAccessException(ce);
} catch (RepositoryException re) {
throw new PolicyFileAccessException(re);
}
}