return txtHostList;
} catch (ASException e) {
throw e;
}
catch(CryptographyException e) {
throw new ASException(e,ErrorCode.AS_ENCRYPTION_ERROR, e.getCause() == null ? e.getMessage() : e.getCause().getMessage());
}
catch (Exception e) {
throw new ASException(e);
}
}