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