var errStr = 'The following command exception has occurred during processing: "javax.persistence.NoResultException".';
var isGigyaUnavl = errStr.indexOf("GIGYA_UNAVAILABLE");
if( isGigyaUnavl > 0){
eStoreProductOverlay('gigyaServiceUnavailable_overlay');
}
else
{
The following command exception has occurred during processing: "javax.persistence.NoResultException".
}
}
placeholder...