Added a new isCloning flag to UpdateHandlers. This allows Handlers to know if they are being called during a clone.
This helps solves issue when you may not want exceptions to be thrown during a clone but still be thrown during a regular create.
Authored by: rkisson 2012-01-24
Parent: [r5980]
Child: [r5982]