OperationNotAllowedException: (function() {
            
            function OperationNotAllowedException(code) {
                this.code = code;
                this.name = 'OperationNotAllowedException';