_readSerializedPolicyStorage();
if (policyRuleName != null && policyString != null)
{
if (_policyMap.containsKey(policyRuleName))
{
throw new PolicyAlreadyExistsInRepositoryException(Messages
.getString("SPL_POLICY_ALREADY_EXISTS_MSG"));
}
else
{
logger.fine(Thread.currentThread().getName()