throw new ResultFailedException("Failed to read attribute [" + name + "] of address ["
+ getAddress().getPath() + "] - response: " + res);
}
if (res.isRolledBack() && res.getFailureDescription().startsWith("JBAS015135")) {
// this means we've connected, authenticated, but still failed
throw new SecurityRealmNotReadyException("Failed to read attribute [" + name + "] of address ["
+ getAddress().getPath() + "] - response: " + res);
}
throw new Exception("Failed to read attribute [" + name + "] of address [" + getAddress().getPath()
+ "] - response: " + res);
}